18 lines
362 B
Makefile
18 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.7 2012/07/08 13:45:38 sebastia Exp $
|
|
|
|
COMMENT= PDF, PS and EPS viewer for GNUstep
|
|
|
|
DISTNAME= GSPdf-0.5
|
|
|
|
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>
|