2006-08-02 08:43:58 +00:00
|
|
|
# New ports collection makefile for: libevocosm
|
|
|
|
# Date created: 2006-08-01
|
|
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libevocosm
|
|
|
|
PORTVERSION= 3.1.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.coyotegulch.com/distfiles/
|
|
|
|
|
2007-07-11 22:06:16 +00:00
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
2006-08-02 08:43:58 +00:00
|
|
|
COMMENT= Collection of tools for creating a variety of evolutionary algorithms
|
|
|
|
|
|
|
|
LIB_DEPENDS= coyotl-3.1.4:${PORTSDIR}/devel/libcoyotl \
|
|
|
|
png.5:${PORTSDIR}/graphics/png
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-08-02 08:43:58 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|