aboutsummaryrefslogtreecommitdiff
path: root/print/lgrind/Makefile
blob: 14c9ad1a8f24e04f2ff175465a1beb140c192088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Kay Lehmann

PORTNAME=	lgrind
PORTVERSION=	3.67
PORTREVISION=	8
CATEGORIES=	print
MASTER_SITES=	http://mirrors.ctan.org/support/
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Produce beautiful listings of source code with LaTeX

USE_TEX=	latex texhash

USES=		zip

RESTRICTED=	According to the README-file there is a license issue \
		because of non-free code. Check the README file within \
		the source tarball. No response from author of some code \
		this port is based on.

post-patch:
# PREFIX safeness
	@${REINPLACE_CMD} -E \
		-e s'|^(BASEDIR).*$$|\1=${STAGEDIR}${PREFIX}|' \
		${WRKSRC}/Makefile
	@${REINPLACE_CMD} -E \
		-e s'|%%PREFIX%%|${PREFIX}|' \
		${WRKSRC}/Makefile
# C{C,FLAGS} safeness
	@${REINPLACE_CMD} -E \
		-e s'|^(CC).*$$|\1=${CC}|' \
		-e s'|^(CFLAGS).*$$|\1=${CFLAGS}|' \
		${WRKSRC}/source/Makefile

.include <bsd.port.mk>