diff options
Diffstat (limited to 'security/geheimnis/Makefile')
-rw-r--r-- | security/geheimnis/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/geheimnis/Makefile b/security/geheimnis/Makefile new file mode 100644 index 000000000000..6237019bedb6 --- /dev/null +++ b/security/geheimnis/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: geheimnis +# Date created: 09 Feb 2001 +# Whom: Pekka Nikander <Pekka.Nikander@iki.fi> +# +# $FreeBSD$ +# + +PORTNAME= geheimnis +PORTVERSION= 2.0.20021120 +CATEGORIES= security kde +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved + +MAINTAINER= arved@FreeBSD.org + +USE_KDELIBS_VER= 3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_BZIP2= yes +WRKSRC= ${WRKDIR}/${PORTNAME}_kde3 +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> |