36 lines
725 B
Makefile
Raw Normal View History

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