openbsd-ports/x11/mowitz/Makefile
margarida 0b2e26302f Import of Mowitz-0.2.2
--
The Mowitz ("More widgets") library is a set of widgets to use in 
X Window applications.

WWW: http://siag.nu/mowitz/

brad@ ok
2003-02-03 03:30:12 +00:00

32 lines
593 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/02/03 03:30:12 margarida Exp $
COMMENT= "widgets library"
VERSION= 0.2.2
DISTNAME= Mowitz-${VERSION}
PKGNAME= ${DISTNAME:L}
CATEGORIES= x11 devel
HOMEPAGE= http://siag.nu/mowitz/
MASTER_SITES= http://siag.nu/pub/mowitz/
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
LIB_DEPENDS= XawM.1::x11/XawMu
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes
.include <bsd.port.mk>