openbsd-ports/print/transfig/Makefile

34 lines
683 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2003/04/04 14:28:36 naddy 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
VERSION= 3.2.4
2001-06-19 12:41:02 -04:00
DISTNAME= transfig.${VERSION}
PKGNAME= transfig-${VERSION}
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
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.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
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: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>