opnsense-ports/sysutils/unstow/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
706 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= unstow
PORTVERSION= 0.1.1
CATEGORIES= sysutils
MASTER_SITES= http://download.github.com/ \
ftp://ftp.iDaemons.org/pub/distfiles/
DISTNAME= knu-stow-utils-885c88a
MAINTAINER= knu@FreeBSD.org
COMMENT= Script to unstow packages much faster than stow -D
NO_BUILD= yes
PLIST_FILES= bin/unstow man/man1/unstow.1.gz
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/unstow.1 ${STAGEDIR}${MANPREFIX}/man/man1
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>