openbsd-ports/x11/xforms/Makefile

33 lines
609 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.26 2002/12/26 01:58:39 margarida Exp $
2002-05-22 01:37:24 -04:00
COMMENT= "GUI toolkit for X11"
DISTNAME= xforms-1.0-release
PKGNAME= xforms-1.0
2002-05-22 01:37:24 -04:00
CATEGORIES= x11
2002-05-22 01:37:24 -04:00
HOMEPAGE= http://world.std.com/~xforms/
MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
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
1998-07-08 05:47:15 -04:00
EXTRACT_SUFX= .tgz
2002-05-22 01:37:24 -04:00
USE_X11= Yes
CONFIGURE_STYLE= imake
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
LIB_DEPENDS= tiff.35::graphics/tiff
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
1998-07-08 05:47:15 -04:00
.include <bsd.port.mk>