openbsd-ports/x11/gnustep/gspdf/Makefile
sebastia 68ee74b124 Use MASTER_SITE_SAVANNAH where appropriate
pointed out by sthen@
2012-01-08 12:03:09 +00:00

19 lines
375 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/01/08 12:03:09 sebastia Exp $
COMMENT= PDF, PS and EPS viewer for GNUstep
DISTNAME= GSPdf-0.4
REVISION = 0
HOMEPAGE= http://gap.nongnu.org/gspdf/
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/}
MODULES= x11/gnustep
WANTLIB+= c m pthread
RUN_DEPENDS+= print/ghostscript/gnu
pre-build:
${SUBST_CMD} ${WRKDIST}/GSPdf.m
.include <bsd.port.mk>