aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/mowitz/Makefile
blob: 8cc6b27f58ba0aa0a2bed44a23d28d5125e43c80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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:x11-toolkits/Xaw3d

USES=		libtool xorg
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>