aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-12-21 04:12:17 +0800
committerclement <clement@FreeBSD.org>2004-12-21 04:12:17 +0800
commit74f71e0e996025484976433faff5b5e6bac25c02 (patch)
treedecb712a24d4e5353e5fa56cd3dc0c53df4b7d69 /security
parent5a50fbf6d09a29c7c861ca1242cf80c70e917721 (diff)
downloadfreebsd-ports-gnome-74f71e0e996025484976433faff5b5e6bac25c02.tar.gz
freebsd-ports-gnome-74f71e0e996025484976433faff5b5e6bac25c02.tar.zst
freebsd-ports-gnome-74f71e0e996025484976433faff5b5e6bac25c02.zip
- Move gpgme.h to ${PREFIX}/include/gpgme/ to make gpgme-1.x and
gpgme-0.3.x coexists (Note : CONFLICTS will be remove after gpgme03 commit) Approved by: lofi
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/Makefile5
-rw-r--r--security/gpgme/pkg-plist3
2 files changed, 5 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 1ddc89fbfb06..99ead95e3d52 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gpgme
PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme
@@ -27,7 +27,8 @@ INSTALLS_SHLIB= yes
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \
- --with-gpgsm=${LOCALBASE}/bin/gpgsm
+ --with-gpgsm=${LOCALBASE}/bin/gpgsm \
+ --includedir=${PREFIX}/include/gpgme
INFO= gpgme
diff --git a/security/gpgme/pkg-plist b/security/gpgme/pkg-plist
index 1e7801bb367f..c6b206fc5efe 100644
--- a/security/gpgme/pkg-plist
+++ b/security/gpgme/pkg-plist
@@ -1,5 +1,5 @@
bin/gpgme-config
-include/gpgme.h
+include/gpgme/gpgme.h
%%WITH_PTH%%lib/libgpgme-pth.a
%%WITH_PTH%%lib/libgpgme-pth.so
%%WITH_PTH%%lib/libgpgme-pth.so.14
@@ -10,3 +10,4 @@ lib/libgpgme.a
lib/libgpgme.so
lib/libgpgme.so.14
share/aclocal/gpgme.m4
+@dirrm include/gpgme