Files
ports/sysutils/xstow/Makefile
T
Rodrigo Osorio dac5730f95 sysutils/xstow: update 1.0.2 -> 1.1.1
Changelog:
    * https://github.com/majorkingleo/xstow/releases/tag/1.1.1
    * https://github.com/majorkingleo/xstow/releases/tag/1.1.0

Major changes:
    * compile with modern compilers
    * infrastructure updates to compile with new and old compilers

Port changes:
    * moved sourcecode to github
    * Makefile cleanup to please portfmt
2026-03-05 15:09:47 +01:00

34 lines
786 B
Makefile

PORTNAME= xstow
PORTVERSION= 1.1.1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/majorkingleo/xstow/releases/download/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced replacement for GNU stow written in C++
WWW= https://xstow.sourceforge.net/
LICENSE= GPLv2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
PLIST_FILES= bin/merge-info \
bin/xstow \
share/man/man1/merge-info.1.gz \
share/man/man1/xstow.1.gz \
share/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>