mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= topic
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= # http://topcat.hypermart.net/code/
|
|
|
|
MAINTAINER= mike@topcat.hypermart.net
|
|
COMMENT= Topic markup parser
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
NO_STAGE= yes
|
|
pre-build:
|
|
@${RM} ${WRKSRC}/topic.txt
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|