7af10055db
-- The XawM Widget set is based on the widely-distributed Xaw3d widget set. XawM makes a few changes required to give Athena the "modern" look-and-feel. It borrows a few features from neXtaw and other widgets sets as required to obtain a modern look and feel, although the actual source code is entirely based on Xaw3d. WWW: http://xawm.sourceforge.net/ brad@ ok
29 lines
532 B
Makefile
29 lines
532 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/02/03 03:19:37 margarida Exp $
|
|
|
|
COMMENT= "modern look Athena widgets"
|
|
|
|
VERSION= 1.5
|
|
DISTNAME= XawM-${VERSION}u
|
|
PKGNAME= XawMu-${VERSION}
|
|
CATEGORIES= x11 devel
|
|
|
|
HOMEPAGE= http://xawm.sourceforge.net/
|
|
|
|
MASTER_SITES= http://siag.nu/pub/widgets/
|
|
|
|
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
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|