blob: de9324498ca4e3ecdc2244265aa5ff1da3c83fc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: transfig
# Version required: 3.1.2
# Date created: 9 August 1996
# Whom: chuckr@freebsd.org
#
# $Id: Makefile,v 1.12 1996/11/18 09:54:46 asami Exp $
#
DISTNAME= transfig.3.1.2
PKGNAME= transfig-3.1.2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/drawing_tools/transfig
MAINTAINER= chuckr@freebsd.org
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg
USE_IMAKE= yes
.include <bsd.port.mk>
|