freebsd-ports/textproc/topic/Makefile
Frederic Culot 2cfe6c318e TOPIC markup provides a minimal context for plain text databases that
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>
2013-02-06 09:50:48 +00:00

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>