1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/print/c2ps/Makefile

24 lines
547 B
Makefile
Raw Normal View History

# Created by: Matthew Hunt <mph@pobox.com>
# $FreeBSD$
PORTNAME= c2ps
PORTVERSION= 4.0
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/
MAINTAINER= hrs@FreeBSD.org
COMMENT= PostScript pretty-printer for C source
LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper
2013-04-27 17:52:39 +00:00
2013-05-03 19:05:17 +00:00
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/c2ps man/man1/c2ps.1.gz
2013-05-03 19:05:17 +00:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/c2ps ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>