openbsd-ports/print/transfig/Makefile

36 lines
724 B
Makefile
Raw Normal View History

2007-09-15 18:50:19 -04:00
# $OpenBSD: Makefile,v 1.29 2007/09/15 22:50:19 merdely Exp $
2007-09-15 18:50:19 -04:00
COMMENT= tools to convert Xfig's .fig files
1997-12-02 23:15:28 -05:00
VERSION= 3.2.4
2001-06-19 12:41:02 -04:00
DISTNAME= transfig.${VERSION}
2005-09-10 14:26:20 -04:00
PKGNAME= transfig-${VERSION}p0
1997-12-02 23:15:28 -05:00
CATEGORIES= print
MASTER_SITES= ftp://www-epb.lbl.gov/xfig/ \
ftp://www-epb.lbl.gov/xfig/previous_versions/
1997-12-02 23:15:28 -05:00
2006-08-03 19:28:11 -04:00
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
png.>=2::graphics/png
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu \
:netpbm->=9.19: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
2006-11-13 07:51:14 -05:00
CONFIGURE_STYLE=imake
USE_X11= Yes
2000-03-13 20:14:18 -05:00
FLAVORS= a4
FLAVOR?=
2005-09-10 14:26:20 -04:00
WANTLIB= m X11 c z Xpm
1997-12-02 23:15:28 -05:00
.if ${FLAVOR:L:Ma4}
PATCH_LIST= patch-* a4-*
.endif
2000-02-02 22:19:06 -05:00
2002-10-28 08:40:41 -05:00
NO_REGRESS= Yes
1997-12-02 23:15:28 -05:00
.include <bsd.port.mk>