mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
30 lines
767 B
Makefile
30 lines
767 B
Makefile
# New ports collection makefile for: swarm
|
|
# Date created: 26 June 1998
|
|
# Whom: Horance C.H Chou <horance@freedom.ie.cycu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= swarm
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.santafe.edu/pub/swarm/src/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 \
|
|
BLT24.2:${PORTSDIR}/x11-toolkits/blt
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \
|
|
--with-tclincludedir=${PREFIX}/include/tcl8.2 \
|
|
--with-tkincludedir=${PREFIX}/include/tk8.2 \
|
|
--with-tclscriptdir=${PREFIX}/lib/tcl8.2 \
|
|
--with-tkscriptdir=${PREFIX}/lib/tk8.2
|
|
|
|
.include <bsd.port.mk>
|