aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gaul/Makefile
blob: e682a23834f2986dc9559e0af27a261deabfa82d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: ijliao
# $FreeBSD$

PORTNAME=   gaul
PORTVERSION=    0.1849.0
PORTREVISION=   3
CATEGORIES= devel
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}-devel/0.1849
DISTNAME=   ${PORTNAME}-devel-${PORTVERSION:R}-${PORTVERSION:E}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Genetic Algorithm Utility Library

LIB_DEPENDS=    slang.2:${PORTSDIR}/devel/libslang2


USE_AUTOTOOLS=  libtool
USE_BZIP2=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib -lcurses
USE_LDCONFIG=   yes

NO_STAGE=   yes
.include <bsd.port.mk>