freebsd-ports/x11-toolkits/mowitz/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
608 B
Makefile

# New ports collection makefile for: Mowitz
# Date created: this 7th day of January, 2002
# Whom: mi
#
# $FreeBSD$
PORTNAME= Mowitz
PORTVERSION= 0.2.1
PORTREVISION= 2
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= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
USE_AUTOTOOLS= libtool:15
USE_X_PREFIX= yes
USE_XPM= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xawm=Xaw3d
post-install:
${RM} ${PREFIX}/lib/libMowitz.la
# Anyone knows a better way?
.include <bsd.port.mk>