0b2e26302f
-- The Mowitz ("More widgets") library is a set of widgets to use in X Window applications. WWW: http://siag.nu/mowitz/ brad@ ok
32 lines
593 B
Makefile
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>
|