aboutsummaryrefslogtreecommitdiffstats
path: root/security/geheimnis/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-11-23 23:21:48 +0800
committerarved <arved@FreeBSD.org>2002-11-23 23:21:48 +0800
commit6718b4bf5178051ae9d799d93d34ecd9ebda71ae (patch)
tree77c24992c5c5a8bee4cfde2183e1674dbe397967 /security/geheimnis/Makefile
parentcef315fd6be95852b239bb2ab65643de5ffcb505 (diff)
downloadfreebsd-ports-gnome-6718b4bf5178051ae9d799d93d34ecd9ebda71ae.tar.gz
freebsd-ports-gnome-6718b4bf5178051ae9d799d93d34ecd9ebda71ae.tar.zst
freebsd-ports-gnome-6718b4bf5178051ae9d799d93d34ecd9ebda71ae.zip
Bring back the geheimnis port. This is a snapshot from CVS that works with
KDE3 PR: 40660
Diffstat (limited to 'security/geheimnis/Makefile')
-rw-r--r--security/geheimnis/Makefile24
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>