diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-04-17 04:51:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-04-17 04:51:20 +0000 |
commit | 567722cfa6cc94f7eab55623b1b27abdb433c29d (patch) | |
tree | e5d6d0009f707627e3a44cc0275c66326ba6e15f /security | |
parent | 87872337571f1f41b102bce09a01454d9f68fa2b (diff) | |
download | ports-567722cfa6cc94f7eab55623b1b27abdb433c29d.tar.gz ports-567722cfa6cc94f7eab55623b1b27abdb433c29d.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 25 | ||||
-rw-r--r-- | security/gnupg/pkg-plist | 16 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 25 | ||||
-rw-r--r-- | security/gnupg1/pkg-plist | 16 |
4 files changed, 70 insertions, 12 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 8bf4c10a8898..dda3afc00110 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -3,7 +3,7 @@ # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # -# $Id: Makefile,v 1.7 1999/03/14 03:12:10 kuriyama Exp $ +# $Id: Makefile,v 1.8 1999/03/21 07:44:48 kuriyama Exp $ # DISTNAME= gnupg-0.9.5 @@ -14,19 +14,32 @@ MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ MAINTAINER= kuriyama@FreeBSD.ORG -#BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake - RESTRICTED= "Crypto; export-controlled" -#USE_AUTOCONF= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 MLINKS= gpg.1 gpgm.1 -#post-install: +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 300000 +CONFIGURE_ARGS+=--disable-asm +.endif + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/gnupg +.for i in DETAILS FAQ HACKING OpenPGP + ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/gnupg +.endfor +.for i in ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS PROJECTS \ + README THANKS TODO VERSION + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/gnupg +.endfor +.endif # chmod u+s ${PREFIX}/bin/gpg check: (cd ${WRKSRC}; ${MAKE} check) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist index 9f9818ffcfac..a1adbf37b929 100644 --- a/security/gnupg/pkg-plist +++ b/security/gnupg/pkg-plist @@ -22,3 +22,19 @@ share/locale/pt_BR/LC_MESSAGES/gnupg.mo share/locale/ru/LC_MESSAGES/gnupg.mo @dirrm share/locale/ru/LC_MESSAGES @dirrm share/locale/ru +share/doc/gnupg/README +share/doc/gnupg/DETAILS +share/doc/gnupg/FAQ +share/doc/gnupg/HACKING +share/doc/gnupg/OpenPGP +share/doc/gnupg/ABOUT-NLS +share/doc/gnupg/AUTHORS +share/doc/gnupg/BUGS +share/doc/gnupg/COPYING +share/doc/gnupg/INSTALL +share/doc/gnupg/NEWS +share/doc/gnupg/PROJECTS +share/doc/gnupg/THANKS +share/doc/gnupg/TODO +share/doc/gnupg/VERSION +@dirrm share/doc/gnupg diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 8bf4c10a8898..dda3afc00110 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -3,7 +3,7 @@ # Date created: Sep 30, 1998 # Whom: kuriyama@FreeBSD.ORG # -# $Id: Makefile,v 1.7 1999/03/14 03:12:10 kuriyama Exp $ +# $Id: Makefile,v 1.8 1999/03/21 07:44:48 kuriyama Exp $ # DISTNAME= gnupg-0.9.5 @@ -14,19 +14,32 @@ MASTER_SITES= ftp://ftp.guug.de/pub/gcrypt/ \ MAINTAINER= kuriyama@FreeBSD.ORG -#BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake - RESTRICTED= "Crypto; export-controlled" -#USE_AUTOCONF= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 MLINKS= gpg.1 gpgm.1 -#post-install: +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 300000 +CONFIGURE_ARGS+=--disable-asm +.endif + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/gnupg +.for i in DETAILS FAQ HACKING OpenPGP + ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/gnupg +.endfor +.for i in ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS PROJECTS \ + README THANKS TODO VERSION + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/gnupg +.endfor +.endif # chmod u+s ${PREFIX}/bin/gpg check: (cd ${WRKSRC}; ${MAKE} check) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/gnupg1/pkg-plist b/security/gnupg1/pkg-plist index 9f9818ffcfac..a1adbf37b929 100644 --- a/security/gnupg1/pkg-plist +++ b/security/gnupg1/pkg-plist @@ -22,3 +22,19 @@ share/locale/pt_BR/LC_MESSAGES/gnupg.mo share/locale/ru/LC_MESSAGES/gnupg.mo @dirrm share/locale/ru/LC_MESSAGES @dirrm share/locale/ru +share/doc/gnupg/README +share/doc/gnupg/DETAILS +share/doc/gnupg/FAQ +share/doc/gnupg/HACKING +share/doc/gnupg/OpenPGP +share/doc/gnupg/ABOUT-NLS +share/doc/gnupg/AUTHORS +share/doc/gnupg/BUGS +share/doc/gnupg/COPYING +share/doc/gnupg/INSTALL +share/doc/gnupg/NEWS +share/doc/gnupg/PROJECTS +share/doc/gnupg/THANKS +share/doc/gnupg/TODO +share/doc/gnupg/VERSION +@dirrm share/doc/gnupg |