1999-04-03 02:02:29 +00:00
|
|
|
# New ports collection makefile for: swarm
|
1999-04-08 17:54:42 +00:00
|
|
|
# Version required: 1.4.1
|
|
|
|
# Date created: 26 June 1998
|
|
|
|
# Whom: Horance C.H Chou <horance@freedom.ie.cycu.edu.tw>
|
1999-04-03 02:02:29 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-04-03 02:02:29 +00:00
|
|
|
#
|
|
|
|
|
1999-04-08 17:54:42 +00:00
|
|
|
DISTNAME= swarm-1.4.1
|
1999-04-03 02:02:29 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.santafe.edu/pub/swarm/
|
|
|
|
|
|
|
|
MAINTAINER= horance@freedom.ie.cycu.edu.tw
|
|
|
|
|
|
|
|
LIB_DEPENDS= ffi.2:${PORTSDIR}/devel/libffi \
|
|
|
|
png.3:${PORTSDIR}/graphics/png \
|
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm \
|
1999-05-04 11:40:13 +00:00
|
|
|
BLT24.2:${PORTSDIR}/x11-toolkits/blt
|
1999-04-03 02:02:29 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
1999-06-05 19:00:43 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-04-03 02:02:29 +00:00
|
|
|
CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \
|
1999-11-28 18:32:45 +00:00
|
|
|
--with-tclincludedir=${PREFIX}/include/tcl8.2 \
|
|
|
|
--with-tkincludedir=${PREFIX}/include/tk8.2 \
|
|
|
|
--with-tclscriptdir=${PREFIX}/lib/tcl8.2 \
|
|
|
|
--with-tkscriptdir=${PREFIX}/lib/tk8.2
|
1999-04-03 02:02:29 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|