1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/converters/tuc/Makefile
Mathieu Arnold e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00

22 lines
516 B
Makefile

# Created by: G. Adam Stanislav <adam@whizkidtech.net>
# $FreeBSD$
PORTNAME= tuc
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://www.whizkidtech.redprince.net/fports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Text to Unix Conversion
NO_CDROM= Author does not allow CD-ROM distribution
PLIST_FILES= bin/tuc \
man/man1/tuc.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tuc ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tuc.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>