aboutsummaryrefslogtreecommitdiff
path: root/textproc/halibut/Makefile
blob: 1dbd2300d3b5200343b1b680e7e98daf9a18c7ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
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 \
		man/man1/halibut.1.gz

.include <bsd.port.mk>