freebsd-ports/devel/gaul/Makefile
Kirill Ponomarev b536cbf3ab - Fix build on AMD64
- Fix configure warning
2004-02-07 21:24:23 +00:00

31 lines
680 B
Makefile

# ex:ts=8
# Ports collection makefile for: gaul
# Date created: Oct 28, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gaul
PORTVERSION= 0.1846
PORTREVISION= 1
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_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lcurses"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>