freebsd-ports/sysutils/ts/Makefile

33 lines
840 B
Makefile
Raw Normal View History

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= ts
PORTVERSION= 1.0
CATEGORIES= sysutils
2015-03-30 23:45:44 +02:00
MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/
2009-03-25 11:04:39 +01:00
MAINTAINER= demon@FreeBSD.org
COMMENT= Serial task spooler
LICENSE= GPLv2+
USES= gmake
PLIST_FILES= bin/ts \
man/man8/ts.8.gz
2009-03-25 11:04:39 +01:00
PORTDOCS= OBJECTIVES PROTOCOL README TRICKS
post-patch:
2009-03-25 11:04:39 +01:00
${REINPLACE_CMD} -e '/^GLIBCFLAGS/d;/^CFLAGS/d'\
2008-05-03 21:00:57 +02:00
${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's/\.TH TS 1/.TH TS 8/'\
${WRKSRC}/ts.1
# Install man page as ts.8 to avoid conflict with security/openssl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ts ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ts.1 ${STAGEDIR}${MAN1PREFIX}/man/man8/ts.8
${INSTALL} -d ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>