2009-12-27 22:15:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2009/12/27 22:15:40 jasper Exp $
|
2001-03-25 08:11:58 +00:00
|
|
|
|
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}
|
2009-12-27 22:15:40 +00:00
|
|
|
PKGNAME= ${DISTNAME:S/./-/}p0
|
1997-12-03 04:15:28 +00:00
|
|
|
CATEGORIES= print
|
2008-08-28 19:02:55 +00:00
|
|
|
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
|
|
|
|
2008-08-28 19:02:55 +00:00
|
|
|
LIB_DEPENDS= png.>=2::graphics/png
|
2002-07-19 07:35:18 +00:00
|
|
|
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu \
|
2002-07-19 14:27:25 +00:00
|
|
|
:netpbm->=9.19:graphics/netpbm
|
2000-08-06 19:16:49 +00:00
|
|
|
|
2008-08-28 19:02:55 +00:00
|
|
|
# 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
|
|
|
|
|
2008-08-28 19:02:55 +00:00
|
|
|
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
|
|
|
|
2000-08-06 19:16:49 +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
|
|
|
|
2003-04-04 14:28:36 +00:00
|
|
|
.if ${FLAVOR:L:Ma4}
|
2000-08-06 19:16:49 +00:00
|
|
|
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>
|