2008-02-02 04:18:54 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2008/02/02 09:18:54 steven Exp $
|
2001-05-06 00:41:05 -04:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= GUI toolkit for X11
|
2000-09-13 00:04:02 -04:00
|
|
|
|
2003-05-12 02:48:20 -04:00
|
|
|
DISTNAME= xforms-1.0
|
2008-02-02 04:18:54 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2005-12-31 12:29:37 -05:00
|
|
|
SHARED_LIBS= flimage 1.0 \
|
|
|
|
forms 1.0 \
|
|
|
|
formsGL 1.0
|
2003-05-12 02:48:20 -04:00
|
|
|
CATEGORIES= x11
|
2000-09-13 00:04:02 -04:00
|
|
|
|
2003-05-12 02:48:20 -04:00
|
|
|
HOMEPAGE= http://world.std.com/~xforms/
|
1999-04-09 00:11:45 -04:00
|
|
|
|
2003-05-12 02:48:20 -04:00
|
|
|
MASTER_SITES= http://savannah.nongnu.org/download/xforms/stable.pkg/1.0/
|
2002-12-25 20:58:39 -05:00
|
|
|
|
2002-05-29 01:11:37 -04:00
|
|
|
# LGPL
|
2000-03-25 08:39:26 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2000-03-23 17:14:37 -05:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2000-03-25 08:39:26 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2000-03-23 17:14:37 -05:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2008-02-02 04:18:54 -05:00
|
|
|
|
|
|
|
WANTLIB= GL X11 Xau Xdmcp Xext Xpm c jpeg m
|
1998-07-08 05:47:15 -04:00
|
|
|
|
2002-05-22 01:37:24 -04:00
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
2005-12-31 12:29:37 -05:00
|
|
|
MAKE_FLAGS= LIBflimage_VERSION=${LIBflimage_VERSION} \
|
|
|
|
LIBforms_VERSION=${LIBforms_VERSION} \
|
|
|
|
LIBformsGL_VERSION=${LIBformsGL_VERSION}
|
1998-07-08 05:47:15 -04:00
|
|
|
|
2002-05-22 01:37:24 -04:00
|
|
|
BUILD_DEPENDS= ::graphics/jpeg
|
1998-07-08 05:47:15 -04:00
|
|
|
|
2006-09-18 06:52:09 -04:00
|
|
|
LIB_DEPENDS= tiff.>=35::graphics/tiff
|
2002-12-25 20:58:39 -05:00
|
|
|
|
2002-10-29 14:48:57 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2005-12-31 12:29:37 -05:00
|
|
|
# crud confuses update-plist
|
|
|
|
post-extract:
|
|
|
|
@find ${WRKDIST} -name \*.orig -print0 | xargs -0 rm
|
|
|
|
|
1998-07-08 05:47:15 -04:00
|
|
|
.include <bsd.port.mk>
|