aboutsummaryrefslogtreecommitdiffstats
path: root/security/keynote/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-04-30 16:14:04 +0800
committerkris <kris@FreeBSD.org>2000-04-30 16:14:04 +0800
commit9b7cb465c52d3c70106d95d88ba3c78d387263e6 (patch)
tree2da1b3f7dee8c7bb8e60f087e68c8a97328ea20e /security/keynote/Makefile
parent0865aae442b13efdb8ef4880ebae096da2fa62b1 (diff)
downloadfreebsd-ports-gnome-9b7cb465c52d3c70106d95d88ba3c78d387263e6.tar.gz
freebsd-ports-gnome-9b7cb465c52d3c70106d95d88ba3c78d387263e6.tar.zst
freebsd-ports-gnome-9b7cb465c52d3c70106d95d88ba3c78d387263e6.zip
Upgrade to keynote 2.2 and take over maintainership
Approved by: se (previous maintainer)
Diffstat (limited to 'security/keynote/Makefile')
-rw-r--r--security/keynote/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/security/keynote/Makefile b/security/keynote/Makefile
index af63b7338745..6ef6cfcbfbba 100644
--- a/security/keynote/Makefile
+++ b/security/keynote/Makefile
@@ -6,16 +6,19 @@
#
PORTNAME= keynote
-PORTVERSION= 2.b4
+PORTVERSION= 2.2
CATEGORIES= security
MASTER_SITES= http://www.cis.upenn.edu/~angelos/Code/
-DISTNAME= keynote-2-beta4
-MAINTAINER= se@FreeBSD.org
+MAINTAINER= kris@FreeBSD.org
USE_OPENSSL= RSA
+GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/KeyNote-2-beta4
+.include <bsd.port.pre.mk>
+
+CONFIGURE_ENV+= SSLEAY="${OPENSSLBASE}/bin" OPENSSLLIB="${OPENSSLLIB}" \
+ OPENSSLINC="${OPENSSLINC}"
MAN1= keynote.1
MAN3= keynote.3
@@ -23,11 +26,11 @@ MAN4= keynote.4
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keynote ${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/libkeynote.a ${PREFIX}/lib/
${INSTALL_DATA} ${WRKSRC}/man/keynote.1 ${PREFIX}/man/man1/
${INSTALL_DATA} ${WRKSRC}/man/keynote.3 ${PREFIX}/man/man3/
${INSTALL_DATA} ${WRKSRC}/man/keynote.4 ${PREFIX}/man/man4/
${MKDIR} ${PREFIX}/share/doc/keynote/
- ${INSTALL_DATA} ${WRKSRC}/doc/keynote-spec ${PREFIX}/share/doc/keynote/
- ${INSTALL_DATA} ${WRKSRC}/doc/keynote-spec.nroff ${PREFIX}/share/doc/keynote/
+ ${INSTALL_DATA} ${WRKSRC}/doc/rfc2704.txt ${PREFIX}/share/doc/keynote/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>