openbsd-ports/x11/neXtaw/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

29 lines
546 B
Makefile

# $OpenBSD: Makefile,v 1.3 2003/10/08 17:13:17 sturm Exp $
COMMENT= "libXaw widget set replacement"
VERSION= 0.14.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>
# X11
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>