1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/gaul/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

22 lines
537 B
Makefile

PORTNAME= gaul
PORTVERSION= 0.1849.0
PORTREVISION= 5
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
WWW= https://gaul.sourceforge.net/
LIB_DEPENDS= libslang.so:devel/libslang2
USES= libtool ncurses tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lncurses
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>