mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
e50dc2a336
Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
22 lines
516 B
Makefile
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>
|