1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/ftwin/Makefile
Baptiste Daroussin fcca7192f2 Add a mirror for the distfile
Change www to new home [1]
Let stage handle what is packed or not.

Submitter by:	Francois Pesce (upstream) [1]
2013-10-17 06:45:47 +00:00

34 lines
828 B
Makefile

# $FreeBSD$
PORTNAME= ftwin
PORTVERSION= 0.8.5
PORTREVISION= 11
CATEGORIES= sysutils
MASTER_SITES= http://files.etoilebsd.net/ftwin/ \
http://download.meroware.org/ftwin/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Useful tool to find duplicate files
LIB_DEPENDS= libpuzzle.so:${PORTSDIR}/graphics/libpuzzle \
libapr-1.so:${PORTSDIR}/devel/apr1 \
libpcre.so:${PORTSDIR}/devel/pcre
OPTIONS_DEFINE= DOCS
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf aclocal automake autoheader
AUTOMAKE_ARGS= --add-missing
CONFIGURE_ARGS+= --with-puzzle=${LOCALBASE}
PLIST_FILES= bin/ftwin \
man/man8/ftwin.8.gz
PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION LICENSE README
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>