1998-07-16 08:35:29 +02:00
|
|
|
# New ports collection makefile for: pstodit
|
|
|
|
# Date created: 03 July 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1998-07-16 08:35:29 +02:00
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-07-16 08:35:29 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= pstoedit
|
2003-02-02 14:27:24 +01:00
|
|
|
PORTVERSION= 3.33
|
1998-07-16 08:35:29 +02:00
|
|
|
CATEGORIES= graphics print
|
2001-10-06 17:43:19 +02:00
|
|
|
MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
|
1998-07-16 08:35:29 +02:00
|
|
|
|
2001-09-17 19:40:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Convert PostScript to other vector graphic formats
|
1998-07-16 08:35:29 +02:00
|
|
|
|
2002-09-19 22:40:24 +02:00
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
|
|
|
|
gs:${PORTSDIR}/print/ghostscript-gnu
|
|
|
|
LIB_DEPENDS= Magick++.5:${PORTSDIR}/graphics/ImageMagick \
|
|
|
|
ming.3:${PORTSDIR}/graphics/ming \
|
2001-06-08 13:55:07 +02:00
|
|
|
plotter.4:${PORTSDIR}/graphics/plotutils
|
2002-09-19 22:40:24 +02:00
|
|
|
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
|
|
|
|
gs:${PORTSDIR}/print/ghostscript-gnu
|
2000-03-09 11:02:47 +01:00
|
|
|
|
2002-09-12 19:28:13 +02:00
|
|
|
USE_LIBTOOL= yes
|
2003-02-02 14:27:24 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-09-19 22:40:24 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
INSTALLS_SHLIB= yes
|
2000-03-09 11:02:47 +01:00
|
|
|
|
|
|
|
MAN1= pstoedit.1
|
|
|
|
|
2003-02-08 06:27:23 +01:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \
|
2003-02-02 14:27:24 +01:00
|
|
|
-I${X11BASE}/include
|
2003-02-08 06:27:23 +01:00
|
|
|
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
|
2002-03-12 01:56:14 +01:00
|
|
|
|
2000-03-09 11:02:47 +01:00
|
|
|
post-install:
|
2002-09-19 22:40:24 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1
|
2001-10-06 17:43:19 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2002-09-19 22:40:24 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/changelog.htm ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/index.htm ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/pstoedit.htm ${DOCSDIR}
|
2000-03-09 11:02:47 +01:00
|
|
|
.endif
|
1998-07-16 08:35:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|