1998-07-16 06:35:29 +00:00
|
|
|
# New ports collection makefile for: pstodit
|
2000-03-09 10:02:47 +00:00
|
|
|
# Version required: 3.17
|
1998-07-16 06:35:29 +00:00
|
|
|
# Date created: 03 July 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1998-07-16 06:35:29 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-07-16 06:35:29 +00:00
|
|
|
#
|
|
|
|
|
2000-03-09 10:02:47 +00:00
|
|
|
DISTNAME= pstoedit_3_17
|
|
|
|
PKGNAME= pstoedit-3.17
|
1998-07-16 06:35:29 +00:00
|
|
|
CATEGORIES= graphics print
|
1998-08-10 13:26:34 +00:00
|
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/
|
1998-07-16 06:35:29 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
1998-07-16 06:35:29 +00:00
|
|
|
|
2000-03-09 10:02:47 +00:00
|
|
|
LIB_DEPENDS= plot.3:${PORTSDIR}/graphics/plotutils \
|
|
|
|
plotter.3:${PORTSDIR}/graphics/plotutils
|
|
|
|
|
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
|
1998-07-16 06:35:29 +00:00
|
|
|
|
1998-07-21 06:44:10 +00:00
|
|
|
FETCH_BEFORE_ARGS= -t
|
1999-05-01 12:34:38 +00:00
|
|
|
USE_ZIP= yes
|
2000-03-09 10:02:47 +00:00
|
|
|
WRKSRC= ${WRKDIR}/pstoedit_3.17/src
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include -I${X11BASE}/include" \
|
|
|
|
CXXFLAGS="${CFLAGS} -I${PREFIX}/include -I${X11BASE}/include" \
|
|
|
|
LDLIBS="-L${PREFIX}/lib -L${X11BASE}/lib" \
|
|
|
|
LIBS="-L${PREFIX}/lib -L${X11BASE}/lib"
|
|
|
|
ALL_TARGET= default
|
|
|
|
|
|
|
|
MAN1= pstoedit.1
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${CP} ${WRKSRC}/../config/* ${WRKSRC}
|
1998-07-16 06:35:29 +00:00
|
|
|
|
2000-03-09 10:02:47 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/pstoedit
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../*.htm ${PREFIX}/share/doc/pstoedit
|
|
|
|
.endif
|
1998-07-16 06:35:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|