1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/sysutils/xstow/Makefile
Raphael Kubo da Costa 2c341844fd Update to 1.0.2.
There doesn't seem to be anything new except for changes in autotools and
the documentation.
2014-05-05 21:27:35 +00:00

31 lines
706 B
Makefile

# Created by: Alan Eldridge <alane@geeksrus.net>
# $FreeBSD$
PORTNAME= xstow
PORTVERSION= 1.0.2
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Enhanced replacement for GNU stow written in C++
USE_BZIP2= yes
GNU_CONFIGURE= yes
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
PLIST_FILES= bin/merge-info bin/xstow \
man/man1/merge-info.1.gz man/man1/xstow.1.gz \
man/man5/xstow.ini.5.gz
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO xstow.html xstow.ini xstow.ini.html
OPTIONS_DEFINE= DOCS
post-install:
(cd ${WRKSRC} && \
${INSTALL_MAN} AUTHORS COPYING ChangeLog NEWS README TODO ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>