1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/topic/Makefile
Mark Linimon b5fc89bb28 Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-04-30 04:35:10 +00:00

23 lines
596 B
Makefile

# Created by: Michael Sanders <email@freebsd.hypermart.net>
# $FreeBSD$
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: warning: comparison is always false due to limited range of data type
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>