openbsd-ports/x11/xforms/Makefile

41 lines
830 B
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.41 2010/11/22 08:37:06 espie Exp $
COMMENT= GUI toolkit for X11
DISTNAME= xforms-1.0
2010-07-30 04:02:59 -04:00
REVISION= 1
2005-12-31 12:29:37 -05:00
SHARED_LIBS= flimage 1.0 \
forms 1.0 \
formsGL 1.0
CATEGORIES= x11
HOMEPAGE= http://world.std.com/~xforms/
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=xforms/}
2002-05-29 01:11:37 -04:00
# LGPL
PERMIT_PACKAGE_CDROM= Yes
2000-03-23 17:14:37 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-23 17:14:37 -05:00
PERMIT_DISTFILES_FTP= Yes
2008-02-02 04:18:54 -05:00
2010-07-30 04:02:59 -04:00
WANTLIB= GL X11 Xau Xdmcp Xext Xpm c jpeg m tiff
1998-07-08 05:47:15 -04:00
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
2002-05-22 01:37:24 -04:00
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
2010-11-22 03:36:47 -05:00
BUILD_DEPENDS= graphics/jpeg
1998-07-08 05:47:15 -04:00
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= graphics/tiff
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>