mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
22 lines
536 B
Makefile
22 lines
536 B
Makefile
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>
|