mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
53821769ed
Pointed-out by: Paul Richards
22 lines
511 B
Makefile
22 lines
511 B
Makefile
# 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>
|
|
|