mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
467 B
Makefile
28 lines
467 B
Makefile
PORTROACH= skipv:1.11.mac-x86_64
|
|
|
|
COMMENT= encrypt and decrypt AES files and streams
|
|
|
|
V= 1.11
|
|
REVISION= 4
|
|
DISTNAME= ccrypt-${V}
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= https://ccrypt.sourceforge.net/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c iconv intl pthread
|
|
|
|
SITES= ${HOMEPAGE}/download/${V}/ \
|
|
${SITE_SOURCEFORGE:=ccrypt/}
|
|
|
|
MODULES= textproc/intltool
|
|
|
|
LIB_DEPENDS= devel/gettext,-runtime
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --disable-emacs
|
|
|
|
.include <bsd.port.mk>
|