aboutsummaryrefslogtreecommitdiff
path: root/security/gpgme03/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 18:15:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-06 18:15:29 +0000
commitd0029552b3a17b2ea7eda67f59a99045c35f41e5 (patch)
tree2c0a6dec8fe54ded6923ac4da28d67c7b60838ca /security/gpgme03/Makefile
parente53965ab2d5e6b84bbe15c8893b5c807658aa954 (diff)
downloadports-d0029552b3a17b2ea7eda67f59a99045c35f41e5.tar.gz
ports-d0029552b3a17b2ea7eda67f59a99045c35f41e5.zip
Notes
Diffstat (limited to 'security/gpgme03/Makefile')
-rw-r--r--security/gpgme03/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
new file mode 100644
index 000000000000..2fcaacd2d255
--- /dev/null
+++ b/security/gpgme03/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: gpgme
+# Date created: 15 June 2001
+# Whom: teramoto@comm.eng.osaka-u.ac.jp
+#
+# $FreeBSD$
+#
+
+PORTNAME= gpgme
+PORTVERSION= 0.2.2
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
+
+MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp
+
+BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>