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