openbsd-ports/x11/XawMu/Makefile
espie 9a11505f7a resurrect USE_X11, only for the few ports that require xenocara components
but don't have explicit WANTLIB that point to X11.
2012-10-29 15:19:02 +00:00

32 lines
572 B
Makefile

# $OpenBSD: Makefile,v 1.12 2012/10/29 15:19:03 espie Exp $
COMMENT= modern look Athena widgets
VERSION= 1.5
DISTNAME= XawM-${VERSION}u
PKGNAME= XawMu-${VERSION}
REVISION= 2
SHARED_LIBS= XawM 1.0
CATEGORIES= x11 devel
HOMEPAGE= http://xawm.sourceforge.net/
MASTER_SITES= http://siag.nu/pub/widgets/
# X11/badly worded
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
USE_X11 = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>