2cfe6c318e
can be read/modified by most text editors, and easily parsed as well. WWW: http://topcat.hypermart.net/topic.html PR: ports/175807 Submitted by: Michael Sanders <mike@topcat.hypermart.net>
18 lines
416 B
Makefile
18 lines
416 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
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|