openbsd-ports/print/transfig/Makefile

36 lines
800 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2002/07/19 07:35:18 wilfried Exp $
2001-03-25 13:17:18 -05:00
COMMENT= "tools to convert Xfig's .fig files"
1997-12-02 23:15:28 -05:00
2001-06-19 12:41:02 -04:00
VERSION= 3.2.3d
DISTNAME= transfig.${VERSION}
PKGNAME= transfig-${VERSION}
1997-12-02 23:15:28 -05:00
CATEGORIES= print
NEED_VERSION= 1.496
MASTER_SITES= ftp://www-epb.lbl.gov/xfig/ \
ftp://www-epb.lbl.gov/xfig/previous_versions/
1997-12-02 23:15:28 -05:00
2001-06-19 12:41:02 -04:00
LIB_DEPENDS= jpeg.62::graphics/jpeg \
png.2::graphics/png
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu \
:netpbm->=9.0:graphics/netpbm
2000-03-22 23:12:04 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-06-19 12:41:02 -04:00
MAKE_FLAGS= LOCALBASE="${LOCALBASE}" X11BASE="${X11BASE}"
FAKE_FLAGS+= ${MAKE_FLAGS} DESTDIR="${WRKINST}"
CONFIGURE_STYLE= imake
2000-03-13 20:14:18 -05:00
FLAVORS= a4
FLAVOR?=
1997-12-02 23:15:28 -05:00
.if ${FLAVOR:L} == "a4"
PATCH_LIST= patch-* a4-*
.endif
2000-02-02 22:19:06 -05:00
1997-12-02 23:15:28 -05:00
.include <bsd.port.mk>