aboutsummaryrefslogtreecommitdiff
path: root/graphics/epstool
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2013-03-18 16:11:34 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2013-03-18 16:11:34 +0000
commit303161a0ebf35e14e6a72aabfab467e2b58e86e0 (patch)
tree27078f5c1a452ebd5260b7fdd07ba6338a5ec0e1 /graphics/epstool
parent85228d9f129632b724d4bbb1d05af11433098eed (diff)
downloadports-303161a0ebf35e14e6a72aabfab467e2b58e86e0.tar.gz
ports-303161a0ebf35e14e6a72aabfab467e2b58e86e0.zip
Notes
Diffstat (limited to 'graphics/epstool')
-rw-r--r--graphics/epstool/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile
index 8ce5a14f9f7f..e8ec146b6a10 100644
--- a/graphics/epstool/Makefile
+++ b/graphics/epstool/Makefile
@@ -1,22 +1,17 @@
-# New ports collection makefile for: epstool
-# Date created: 23 October 1999
-# Whom: Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
-#
+# Created by: Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
# $FreeBSD$
-#
PORTNAME= epstool
PORTVERSION= 3.08
PORTREVISION= 4
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:S/$/:1/} \
- ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/:2
-MASTER_SITE_SUBDIR= support/ghostscript/ghostgum/:1
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:1,2
+MASTER_SITES= LOCAL/bf
MAINTAINER= bf@FreeBSD.org
COMMENT= Create or extract preview bitmaps in EPS files
+LICENSE= GPLv2
+
USE_GHOSTSCRIPT_RUN= yes
USE_GMAKE= yes
@@ -30,8 +25,6 @@ MAKE_JOBS_UNSAFE= yes
MAN1= epstool.1
PLIST_FILES= bin/epstool
-LICENSE= GPLv2
-
.if !defined(NOPORTDOCS)
PORTDOCS= epstool.htm gsview.css
.endif