mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
6b553b9eb3
will work yet, people are encouraged to test them.
24 lines
518 B
Makefile
24 lines
518 B
Makefile
# 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>
|
|
|