1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/print/gspdf/Makefile
2018-01-11 16:24:53 +00:00

20 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= gspdf
PORTVERSION= 0.5
PORTREVISION= 7
CATEGORIES= print gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GSPdf-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Postscript and Pdf Viewer for GNUstep
USES= ghostscript gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GSPdf.app/GSPdf
.include <bsd.port.mk>