aboutsummaryrefslogtreecommitdiff
path: root/security/outguess
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-14 02:51:02 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-14 02:51:02 +0000
commit3d24a0efdf3f79cd022581b7f8b12625994eb37b (patch)
tree049080be0b8e3bd5864d60d09f1d2c3d35c443bc /security/outguess
parent27a97b26cacf7f301fdf33ce0621cf45fc336719 (diff)
downloadports-3d24a0efdf3f79cd022581b7f8b12625994eb37b.tar.gz
ports-3d24a0efdf3f79cd022581b7f8b12625994eb37b.zip
- Add LICENSE
- Switch to options helpers - Cleanup pkg-descr
Notes
Notes: svn path=/head/; revision=411036
Diffstat (limited to 'security/outguess')
-rw-r--r--security/outguess/Makefile10
-rw-r--r--security/outguess/pkg-descr2
2 files changed, 8 insertions, 4 deletions
diff --git a/security/outguess/Makefile b/security/outguess/Makefile
index 5ea2d75c1483..8909fed0317b 100644
--- a/security/outguess/Makefile
+++ b/security/outguess/Makefile
@@ -14,9 +14,13 @@ MASTER_SITES= http://www.outguess.org/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Steganographic tool
+LICENSE= BSD4CLAUSE
+
CONFLICTS_INSTALL= csound-*
+
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/outguess
+
PORTDOCS= ChangeLog README STIRMARK-README TODO
OPTIONS_DEFINE= DOCS
@@ -24,8 +28,10 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/outguess ${STAGEDIR}${PREFIX}/bin
${LN} -sf outguess ${STAGEDIR}${PREFIX}/bin/extract
- ${INSTALL_MAN} ${WRKSRC}/outguess.1 ${STAGEDIR}${PREFIX}/man/man1
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/outguess.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
diff --git a/security/outguess/pkg-descr b/security/outguess/pkg-descr
index d0471df21440..82cfb9c6ef22 100644
--- a/security/outguess/pkg-descr
+++ b/security/outguess/pkg-descr
@@ -11,5 +11,3 @@ The histogram utility is not installed by this port/package because
it crashes.
WWW: http://www.outguess.org/
-
-Trevor Johnson