openbsd-ports/print/transfig/Makefile

38 lines
725 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.32 2009/08/10 06:34:09 kili 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
VERSION= 3.2.5
2001-06-19 12:41:02 -04:00
DISTNAME= transfig.${VERSION}
PKGNAME= transfig-${VERSION}p1
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
LIB_DEPENDS= png.>=2::graphics/png
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu \
:netpbm->=9.19:graphics/netpbm
# 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
USE_X11= Yes
2000-03-13 20:14:18 -05:00
FLAVORS= a4
FLAVOR?=
WANTLIB= X11 Xpm c m pthread-stubs xcb z
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>