mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
4c258046ef
- Update MASTER_SITES, MAINTAINER's address, and WWW link [1] - Add LICENSE (BSD 2-Clause) [1] - Support staging PR: ports/186634 [1] Submitted by: Michael S. Sanders <email@freebsd.hypermart.net> (maintainer)
18 lines
384 B
Makefile
18 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= topic
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://freebsd.hypermart.net/code/
|
|
|
|
MAINTAINER= email@freebsd.hypermart.net
|
|
COMMENT= Topic markup parser
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic
|
|
${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1
|
|
|
|
.include <bsd.port.mk>
|