1999-11-26 21:25:32 +01:00
|
|
|
# New ports collection makefile for: epstool
|
|
|
|
# Date created: 23 October 1999
|
|
|
|
# Whom: Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:28 +02:00
|
|
|
PORTNAME= epstool
|
2005-07-09 00:25:28 +02:00
|
|
|
PORTVERSION= 3.08
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
1999-11-26 21:25:32 +01:00
|
|
|
CATEGORIES= graphics
|
2004-06-27 20:08:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
|
2004-12-05 19:35:06 +01:00
|
|
|
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ \
|
|
|
|
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/old/
|
2004-06-27 20:08:38 +02:00
|
|
|
MASTER_SITE_SUBDIR= nonfree/support/ghostscript/ghostgum
|
1999-11-26 21:25:32 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Create or extract preview bitmaps in EPS files
|
1999-11-26 21:25:32 +01:00
|
|
|
|
2004-01-20 17:30:09 +01:00
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
1999-11-26 21:25:32 +01:00
|
|
|
|
2003-04-24 01:54:46 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= makefile
|
2005-07-09 00:25:28 +02:00
|
|
|
MAKE_ARGS= MAKE="${GMAKE}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \
|
2004-04-28 22:09:12 +02:00
|
|
|
CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \
|
|
|
|
GTKCFLAGS="" GTKLIBS="" LIBPNGCFLAGS="" LIBPNGLIBS=""
|
2003-04-24 01:54:46 +02:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
2009-11-19 23:07:43 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1999-11-26 21:25:32 +01:00
|
|
|
|
2003-10-19 20:22:43 +02:00
|
|
|
MAN1= epstool.1
|
2004-04-28 22:09:12 +02:00
|
|
|
PLIST_FILES= bin/epstool
|
2003-10-19 20:22:43 +02:00
|
|
|
|
2005-07-09 00:25:28 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= epstool.htm gsview.css
|
|
|
|
.endif
|
|
|
|
|
2003-04-24 01:54:46 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${PREFIX}/bin
|
2003-10-19 20:22:43 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${MANPREFIX}/man/man1
|
2000-02-29 03:03:02 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-08 04:38:17 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-04-24 01:54:46 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/epstool.htm ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/gsview.css ${DOCSDIR}
|
2000-02-29 03:03:02 +01:00
|
|
|
.endif
|
1999-11-26 21:25:32 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|