blob: 4055d33d5f8edcdd28bf5b0b6afa93635982444f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: pstodit
# Version required: 3.11
# Date created: 03 July 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $FreeBSD$
#
DISTNAME= pstoedit_3_11
PKGNAME= pstoedit-3.11
CATEGORIES= graphics print
MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/
MAINTAINER= jseger@FreeBSD.ORG
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
FETCH_BEFORE_ARGS= -t
USE_ZIP= yes
WRKSRC= ${WRKDIR}/pstoedit_3.11/src
MAKEFILE= makefile
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pstoedit ${PREFIX}/bin
.include <bsd.port.mk>
|