2013-09-21 01:57:47 +02:00
|
|
|
# Created by: mi
|
2002-01-08 05:20:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Mowitz
|
2002-07-16 18:59:30 +02:00
|
|
|
PORTVERSION= 0.2.1
|
2014-04-22 12:00:27 +02:00
|
|
|
PORTREVISION= 5
|
2002-01-08 05:20:14 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= http://siag.nu/pub/mowitz/
|
|
|
|
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= This is the Mowitz ("More widgets") library
|
2002-01-08 05:20:14 +01:00
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d
|
2002-01-08 05:20:14 +01:00
|
|
|
|
2014-04-22 12:00:27 +02:00
|
|
|
USES= libtool
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-01-08 05:20:14 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-01-08 15:03:54 +01:00
|
|
|
CONFIGURE_ARGS= --with-xawm=Xaw3d
|
2014-04-22 12:00:27 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2002-01-08 15:03:54 +01:00
|
|
|
|
2014-07-05 02:06:55 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOCS_MAKE_ENV= PORTDOCS=yes
|
|
|
|
|
2002-01-08 05:20:14 +01:00
|
|
|
.include <bsd.port.mk>
|