572b2490a5
USES=libtool
26 lines
563 B
Makefile
26 lines
563 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
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/lib/libMowitz.la
|
|
# Anyone knows a better way?
|
|
|
|
.include <bsd.port.mk>
|