summaryrefslogtreecommitdiff
path: root/print/c2ps/Makefile
blob: 04a400450f3a4f30600a7895e9bfbf0aa7525915 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	c2ps
PORTVERSION=	4.0
PORTREVISION=	5
CATEGORIES=	print
MASTER_SITES=	http://www.cs.technion.ac.il/users/c2ps/

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	PostScript pretty-printer for C source
WWW=		https://www.cs.technion.ac.il/users/c2ps/

LIB_DEPENDS=	libpaper.so:print/libpaper

CPPFLAGS+=	-I${LOCALBASE}/include

PLIST_FILES=	bin/c2ps share/man/man1/c2ps.1.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/c2ps ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>