openbsd-ports/x11/gnustep/gspdf/Makefile

19 lines
375 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2012/08/22 07:15:52 sebastia Exp $
COMMENT= PDF, PS and EPS viewer for GNUstep
2012-07-08 09:45:38 -04:00
DISTNAME= GSPdf-0.5
REVISION = 0
HOMEPAGE= http://gap.nongnu.org/gspdf/
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/}
MODULES= x11/gnustep
WANTLIB+= c m pthread
2010-11-22 03:36:47 -05:00
RUN_DEPENDS+= print/ghostscript/gnu
pre-build:
${SUBST_CMD} ${WRKDIST}/GSPdf.m
.include <bsd.port.mk>