1999-11-26 20:25:32 +00: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 06:28:28 +00:00
|
|
|
PORTNAME= epstool
|
2003-04-23 23:54:46 +00:00
|
|
|
PORTVERSION= 3.0
|
1999-11-26 20:25:32 +00:00
|
|
|
CATEGORIES= graphics
|
2001-06-12 16:04:20 +00:00
|
|
|
MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/
|
1999-11-26 20:25:32 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:08:19 +00:00
|
|
|
COMMENT= Create or extract preview bitmaps in EPS files
|
1999-11-26 20:25:32 +00:00
|
|
|
|
2001-09-11 21:23:46 +00:00
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
|
1999-11-26 20:25:32 +00:00
|
|
|
|
2003-04-23 23:54:46 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= makefile
|
|
|
|
MAKE_ARGS= CC="${CC}" CDEBUG="${CFLAGS}" LINK="${CC}" EPSLIB=""
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
1999-11-26 20:25:32 +00:00
|
|
|
|
2001-01-15 14:21:31 +00:00
|
|
|
post-extract:
|
2003-04-23 23:54:46 +00:00
|
|
|
@${RM} -f ${WRKSRC}/epstool
|
2001-01-15 14:21:31 +00:00
|
|
|
|
2003-04-23 23:54:46 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${PREFIX}/bin
|
2000-02-29 02:03:02 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-08 03:38:17 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-04-23 23:54:46 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/epstool.htm ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/gsview.css ${DOCSDIR}
|
2000-02-29 02:03:02 +00:00
|
|
|
.endif
|
1999-11-26 20:25:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|