# Created by: Michael Sanders <email@freebsd.hypermart.net>
# $FreeBSD: tags/RELEASE_11_0_0/textproc/topic/Makefile 413746 2016-04-21 16:43:14Z swills $

PORTNAME=	topic
PORTVERSION=	1.04
CATEGORIES=	textproc
MASTER_SITES=	http://freebsd.hypermart.net/code/

MAINTAINER=	email@freebsd.hypermart.net
COMMENT=	Topic markup parser

LICENSE=	BSD2CLAUSE

BROKEN_powerpc64=	Does not build

PLIST_FILES=	bin/topic \
		man/man1/topic.1.gz
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>
