ports/security/ccrypt/Makefile

28 lines
458 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
PORTROACH= skipv:1.11.mac-x86_64
COMMENT= encrypt and decrypt AES files and streams
V= 1.11
REVISION= 2
DISTNAME= ccrypt-${V}
CATEGORIES= security
HOMEPAGE= http://ccrypt.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB= c iconv intl
2023-09-28 02:05:49 +00:00
SITES= ${HOMEPAGE}/download/${V}/ \
${SITE_SOURCEFORGE:=ccrypt/}
2023-08-16 22:26:55 +00:00
MODULES= textproc/intltool
LIB_DEPENDS= devel/gettext,-runtime
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-emacs
.include <bsd.port.mk>