| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/xstow/ |
Upload File : |
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++
WWW= http://xstow.sourceforge.net/
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>