2002-01-08 05:20:14 +01:00
|
|
|
# New ports collection makefile for: Mowitz
|
|
|
|
# Date created: this 7th day of January, 2002
|
|
|
|
# Whom: mi
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Mowitz
|
2002-07-16 18:59:30 +02:00
|
|
|
PORTVERSION= 0.2.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
|
|
|
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2002-01-08 15:03:54 +01:00
|
|
|
USE_X_PREFIX= yes
|
2002-01-11 03:29:24 +01:00
|
|
|
USE_XPM= yes
|
2002-01-08 05:20:14 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2002-01-08 15:03:54 +01:00
|
|
|
CONFIGURE_ARGS= --with-xawm=Xaw3d
|
|
|
|
|
2002-01-08 05:20:14 +01:00
|
|
|
post-install:
|
|
|
|
${RM} ${PREFIX}/lib/libMowitz.la
|
2002-01-08 15:03:54 +01:00
|
|
|
# Anyone knows a better way?
|
2002-01-08 05:20:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|