425944e209
ok jasper, landry
41 lines
846 B
Makefile
41 lines
846 B
Makefile
# $OpenBSD: Makefile,v 1.36 2009/02/16 15:28:58 sthen Exp $
|
|
|
|
COMMENT= GUI toolkit for X11
|
|
|
|
DISTNAME= xforms-1.0
|
|
PKGNAME= ${DISTNAME}p0
|
|
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/}
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= GL X11 Xau Xdmcp Xext Xpm c jpeg m
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= imake
|
|
MAKE_FLAGS= LIBflimage_VERSION=${LIBflimage_VERSION} \
|
|
LIBforms_VERSION=${LIBforms_VERSION} \
|
|
LIBformsGL_VERSION=${LIBformsGL_VERSION}
|
|
|
|
BUILD_DEPENDS= ::graphics/jpeg
|
|
|
|
LIB_DEPENDS= tiff.>=35::graphics/tiff
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
# crud confuses update-plist
|
|
post-extract:
|
|
@find ${WRKDIST} -name \*.orig -print0 | xargs -0 rm
|
|
|
|
.include <bsd.port.mk>
|