1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/pstoedit/Makefile

42 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: pstodit
2000-03-09 10:02:47 +00:00
# Version required: 3.17
# Date created: 03 July 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
2000-03-09 10:02:47 +00:00
DISTNAME= pstoedit_3_17
PKGNAME= pstoedit-3.17
CATEGORIES= graphics print
MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/
MAINTAINER= jseger@FreeBSD.org
2000-03-09 10:09:09 +00:00
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
2000-03-09 10:02:47 +00:00
LIB_DEPENDS= plot.3:${PORTSDIR}/graphics/plotutils \
plotter.3:${PORTSDIR}/graphics/plotutils
1998-07-21 06:44:10 +00:00
FETCH_BEFORE_ARGS= -t
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}
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
.include <bsd.port.mk>