freebsd-ports/net/motsognir/Makefile
Dmitry Marakasov 8169299ee1 - Update to 1.0.9
- While here, add LICENSE_FILE

PR:		212423
Submitted by:	kaltheat@gmail.com (maintainer)
2016-09-07 10:15:00 +00:00

28 lines
703 B
Makefile

# $FreeBSD$
PORTNAME= motsognir
PORTVERSION= 1.0.9
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION}
MAINTAINER= kaltheat@gmail.com
COMMENT= Full-featured gopher server without dependencies
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/license.txt
SUB_FILES= pkg-message
USE_RC_SUBR= motsognir
USES= tar:xz
PLIST_FILES= bin/motsognir \
"@sample etc/motsognir.conf.sample" \
man/man8/motsognir.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/motsognir ${STAGEDIR}${PREFIX}/bin/motsognir
${INSTALL_DATA} ${WRKSRC}/motsognir.conf ${STAGEDIR}${PREFIX}/etc/motsognir.conf.sample
${INSTALL_MAN} ${WRKSRC}/motsognir.8.gz ${STAGEDIR}${MANPREFIX}/man/man8/motsognir.8.gz
.include <bsd.port.mk>