Remove shlib numbers
Trim headers Convert to new options framework
This commit is contained in:
parent
132750cf0c
commit
0740327917
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309734
2 changed files with 5 additions and 9 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue