aboutsummaryrefslogtreecommitdiffstats
path: root/print/gspdf/Makefile
blob: e669d8b660a46dfcc3eb91f92e3b3808c94a5213 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   gspdf
PORTVERSION=    0.5
PORTREVISION=   7
CATEGORIES= print gnustep
MASTER_SITES=   SAVANNAH/gap
DISTNAME=   GSPdf-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Postscript and Pdf Viewer for GNUstep

USES=       ghostscript gnustep
USE_GNUSTEP=    back build


post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GSPdf.app/GSPdf

.include <bsd.port.mk>