openbsd-ports/print/transfig/Makefile

39 lines
697 B
Makefile
Raw Normal View History

2010-11-20 04:48:38 -05:00
# $OpenBSD: Makefile,v 1.38 2010/11/20 09:48:40 espie Exp $
2007-09-15 18:50:19 -04:00
COMMENT= tools to convert Xfig's .fig files
1997-12-02 23:15:28 -05:00
2009-08-26 09:40:54 -04:00
VERSION= 3.2.5a
2001-06-19 12:41:02 -04:00
DISTNAME= transfig.${VERSION}
2010-11-11 13:34:59 -05:00
PKGNAME= ${DISTNAME:S/./-/}
REVISION = 0
1997-12-02 23:15:28 -05:00
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/}
2009-06-09 07:57:27 -04:00
HOMEPAGE= http://xfig.org/
1997-12-02 23:15:28 -05:00
2010-11-20 04:48:38 -05:00
LIB_DEPENDS= graphics/png
RUN_DEPENDS= print/ghostscript/gnu \
graphics/netpbm>=9.19
# MIT-like
2000-03-22 23:12:04 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PATCHORIG= .pat.orig
2006-11-13 07:51:14 -05:00
CONFIGURE_STYLE=imake
2010-10-18 17:25:07 -04:00
USE_GROFF = Yes
2000-03-13 20:14:18 -05:00
FLAVORS= a4
FLAVOR?=
2010-11-20 04:48:38 -05:00
WANTLIB= X11 Xpm c m z png>=2
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>