1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/print/gspdf/Makefile
2023-04-25 17:17:15 +02:00

19 lines
428 B
Makefile

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