blob: 5fe9d9da0844d36393f60b6b0f0e5f74a42e5d4e (
plain) (
tree)
|
|
# $FreeBSD$
PORTNAME= gspdf
PORTVERSION= 0.5
PORTREVISION= 5
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>
|