1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/textproc/halibut/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
421 B
Makefile

PORTNAME= halibut
DISTVERSION= 1.2
CATEGORIES= textproc
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Free document preparation system
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= gmake perl5
CFLAGS+= -fcommon # ld: error: duplicate symbol: all_fonts
PLIST_FILES= bin/halibut \
man/man1/halibut.1.gz
.include <bsd.port.mk>