diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 20:49:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 20:49:29 +0800 |
commit | 55e2b388ee905ff48b5053cbeda0b5978da38524 (patch) | |
tree | 277f5c3ee50bad0252131e3168c8a87a21e89467 /sysutils/ftwin | |
parent | b2ac22f97a5252c65ad339bd521310e015fbb117 (diff) | |
download | freebsd-ports-gnome-55e2b388ee905ff48b5053cbeda0b5978da38524.tar.gz freebsd-ports-gnome-55e2b388ee905ff48b5053cbeda0b5978da38524.tar.zst freebsd-ports-gnome-55e2b388ee905ff48b5053cbeda0b5978da38524.zip |
Remove shlib numbers
Trim headers
Convert to new options framework
Diffstat (limited to 'sysutils/ftwin')
-rw-r--r-- | sysutils/ftwin/Makefile | 12 | ||||
-rw-r--r-- | sysutils/ftwin/pkg-descr | 2 |
2 files changed, 5 insertions, 9 deletions
diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index b52df9595e59..49743bf1c8c3 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ftwin -# Date created: 2007-12-05 -# Whom: Bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= ftwin PORTVERSION= 0.8.5 @@ -14,9 +9,9 @@ MASTER_SITES= http://download.meroware.org/ftwin/ MAINTAINER= bapt@FreeBSD.org COMMENT= A useful tool to find duplicate files -LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \ +LIB_DEPENDS= puzzle:${PORTSDIR}/graphics/libpuzzle \ apr-1:${PORTSDIR}/devel/apr1 \ - pcre.3:${PORTSDIR}/devel/pcre + pcre:${PORTSDIR}/devel/pcre USE_BZIP2= yes GNU_CONFIGURE= yes @@ -30,8 +25,9 @@ PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION LICENSE README MAN8= ftwin.8 +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} diff --git a/sysutils/ftwin/pkg-descr b/sysutils/ftwin/pkg-descr index 81b789e3beee..1ef025c9eed5 100644 --- a/sysutils/ftwin/pkg-descr +++ b/sysutils/ftwin/pkg-descr @@ -1,4 +1,4 @@ ftwin is a tool useful to find duplicate files according to their content on your file system -WWW: http://jok.is-a-geek.net/ftwin.php +WWW: http://jok.is-a-geek.net/ftwin.php |