freebsd-ports/x11-toolkits/mowitz/Makefile
Adam Weinberger 9412986685 Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
2014-07-05 00:06:55 +00:00

25 lines
524 B
Makefile

# Created by: mi
# $FreeBSD$
PORTNAME= Mowitz
PORTVERSION= 0.2.1
PORTREVISION= 5
CATEGORIES= x11-toolkits
MASTER_SITES= http://siag.nu/pub/mowitz/
MAINTAINER= mi@aldan.algebra.com
COMMENT= This is the Mowitz ("More widgets") library
LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d
USES= libtool
USE_XORG= ice sm x11 xaw xext xmu xpm xt
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xawm=Xaw3d
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
DOCS_MAKE_ENV= PORTDOCS=yes
.include <bsd.port.mk>