openbsd-ports/x11/neXtaw/Makefile
margarida 6572a50235 Import of neXtaw-0.13.0
--
neXtaw is a replacement library for the Athena (libXaw) widget set.
It is based on Xaw3d, by Kaleb Keithley and is almost 100% backward
compatible with it. Its goal is to try to emulate the look and feel
of the N*XTSTEP GUI.

WWW: http://siag.nu/neXtaw/

brad@ ok
2003-02-03 03:23:52 +00:00

29 lines
499 B
Makefile

# $oPENbsD$
COMMENT= "libXaw widget set replacement"
VERSION= 0.13.0
DISTNAME= neXtaw-${VERSION}
CATEGORIES= x11 devel
HOMEPAGE= http://siag.nu/neXtaw/
MASTER_SITES= http://siag.nu/pub/neXtaw/
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include"
NO_REGRESS= Yes
.include <bsd.port.mk>