mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
29 lines
599 B
Makefile
29 lines
599 B
Makefile
|
# ex:ts=8
|
||
|
# Ports collection makefile for: gaul
|
||
|
# Date created: Oct 28, 2003
|
||
|
# Whom: ijliao
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= gaul
|
||
|
PORTVERSION= 0.1846
|
||
|
CATEGORIES= devel
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||
|
DISTNAME= ${PORTNAME}-devel-${PORTVERSION}-0
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= Genetic Algorithm Utility Library
|
||
|
|
||
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
||
|
|
||
|
USE_GNOME= gnometarget
|
||
|
GNU_CONFIGURE= yes
|
||
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||
|
LDFLAGS="-L${LOCALBASE}/lib -lcurses"
|
||
|
|
||
|
INSTALLS_SHLIB= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|