38 lines
709 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.34 2009/12/27 22:15:40 jasper Exp $
2007-09-15 22:50:19 +00:00
COMMENT= tools to convert Xfig's .fig files
1997-12-03 04:15:28 +00:00
2009-08-26 13:40:54 +00:00
VERSION= 3.2.5a
2001-06-19 16:41:02 +00:00
DISTNAME= transfig.${VERSION}
PKGNAME= ${DISTNAME:S/./-/}p0
1997-12-03 04:15:28 +00:00
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/}
2009-06-09 11:57:27 +00:00
HOMEPAGE= http://xfig.org/
1997-12-03 04:15:28 +00:00
LIB_DEPENDS= png.>=2::graphics/png
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu \
:netpbm->=9.19:graphics/netpbm
# MIT-like
2000-03-23 04:12:04 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PATCHORIG= .pat.orig
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?=
2009-08-26 13:40:54 +00:00
WANTLIB= X11 Xpm c m z
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>