1fc2096a2e
pkg/DESCR: GSPdf is a PDF and PostScript file viewer for GNUstep. GSPdf is a frond-end for GhostScript, which is required at runtime to properly render the pages. OK, jasper@
19 lines
415 B
Makefile
19 lines
415 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/26 14:56:01 sebastia Exp $
|
|
|
|
COMMENT= PDF, PS and EPS viewer for GNUstep
|
|
|
|
DISTNAME= GSPdf-0.3
|
|
PKGNAME= ${DISTNAME:L}
|
|
|
|
HOMEPAGE= http://gap.nongnu.org/gspdf/
|
|
MASTER_SITES= http://savannah.nongnu.org/download/gap/
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB+= c m pthread
|
|
RUN_DEPENDS+= :ghostscript-*:print/ghostscript/gnu
|
|
|
|
pre-build:
|
|
${SUBST_CMD} ${WRKDIST}/GSPdf.m
|
|
|
|
.include <bsd.port.mk>
|