36 lines
614 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.40 2013/03/11 11:37:54 espie 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}
2010-11-11 18:34:59 +00:00
PKGNAME= ${DISTNAME:S/./-/}
REVISION = 0
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
2010-11-20 09:48:38 +00:00
LIB_DEPENDS= graphics/png
RUN_DEPENDS= print/ghostscript/gnu \
graphics/netpbm>=9.19
# MIT-like
2000-03-23 04:12:04 +00:00
PERMIT_PACKAGE_CDROM= Yes
PATCHORIG= .pat.orig
2006-11-13 12:51:14 +00:00
CONFIGURE_STYLE=imake
2010-10-18 21:25:07 +00:00
USE_GROFF = Yes
2000-03-14 01:14:18 +00:00
FLAVORS= a4
FLAVOR?=
2010-11-20 09:48:38 +00:00
WANTLIB= X11 Xpm c m z png>=2
1997-12-03 04:15:28 +00:00
.if ${FLAVOR:Ma4}
PATCH_LIST= patch-* a4-*
.endif
2000-02-03 03:19:06 +00:00
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-28 13:40:41 +00:00
1997-12-03 04:15:28 +00:00
.include <bsd.port.mk>