freebsd-ports/graphics/pstoedit/Makefile
Mario Sergio Fujikawa Ferreira 64a1e37357 o update to 3.30
o support NOPORTDOCS in PLIST
o add WWW tag to PLIST

PR:		31073
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-10-06 15:43:19 +00:00

39 lines
947 B
Makefile

# New ports collection makefile for: pstodit
# Date created: 03 July 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pstoedit
PORTVERSION= 3.30
CATEGORIES= graphics print
MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/}
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \
plotter.4:${PORTSDIR}/graphics/plotutils
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/src
USE_ZIP= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../config/configure
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --libdir=${DATADIR}
ALL_TARGET= default
MAN1= pstoedit.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../*.htm ${DOCSDIR}
.endif
.include <bsd.port.mk>