blob: 91e7d31a4efc2cb557ccfaca6f70c2ed7ae87ae4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: transfig
# Version required: 3.1.1
# Date created: ?
# Whom: mr (original)
#
# $Id: Makefile,v 1.6 1995/04/01 12:49:47 jkh Exp $
#
DISTNAME= transfig.3.1.1
PKGNAME= transfig-3.1.1
CATEGORIES+= printing
MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/transfig/ \
ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/transfig/
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/transfig
.include <bsd.port.mk>
|