1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/gaul/Makefile
Dmitry Marakasov 8a7d539a02 - Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-30 17:20:52 +00:00

24 lines
544 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gaul
PORTVERSION= 0.1849.0
PORTREVISION= 4
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= libslang.so:${PORTSDIR}/devel/libslang2
USES= gmake libtool tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lcurses
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>