freebsd-ports/sysutils/xstow/Makefile
Alexey Dokuchaev 58fc0e78f6 - Don't install boilerplate COPYING file as part of documentation, define
LICENSE instead (GPLv2)
- Wrap two overly long lines, properly indent USES
- Use option helper target for installing documentation, and INSTALL_DATA
  to install plain text files which are not actually real manual pages
2018-01-11 15:24:16 +00:00

34 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++
LICENSE= GPLv2
USES= tar:bzip2
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 ChangeLog NEWS README TODO xstow.html \
xstow.ini xstow.ini.html
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${INSTALL_DATA} ${PORTDOCS:M[ACNRT]*:S|^|${WRKSRC}/|} \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>