diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:27:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:27:03 +0000 |
commit | f6dbe8d9fcbcc242e5c1ed1046307cab30b1a01d (patch) | |
tree | dfe5a95f97b90b98d601ef8504328d899a470413 | |
parent | 3ec1ac384a480e89f045bb2b99d9eebc4fc7e071 (diff) |
Notes
-rw-r--r-- | security/rarcrack/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/rarcrack/Makefile b/security/rarcrack/Makefile index 7107eaba325a..c65f5e9acb6c 100644 --- a/security/rarcrack/Makefile +++ b/security/rarcrack/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: snoopy -# Date created: 24 October 2007 -# Whom: Philippe Audeoud <jadawin@tuxaco.net> +# Created by: Philippe Audeoud <jadawin@tuxaco.net> # $FreeBSD$ PORTNAME= rarcrack @@ -20,11 +18,14 @@ USE_BZIP2= yes PLIST_FILES= bin/rarcrack PORTDOCS= README USE_GNOME= libxml2 +USE_CSTD= gnu89 MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" +.include <bsd.port.options.mk> + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rarcrack ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif |