1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/print/c2ps/Makefile
Emanuel Haupt facdfd83a7 - Support staging
- New LIB_DEPENDS definition
2014-02-28 12:21:56 +00:00

24 lines
549 B
Makefile

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