freebsd-ports/sysutils/logstalgia/Makefile
Emanuel Haupt c5274f9bdb configure requires ftgl 2.1.3 but we have 2.1.3~rc5 which makes configure fail.
Trick configure into thinking to require ftgl 2.0.0. While here use the new
PKG_CONFIG macro.
2012-07-30 10:29:32 +00:00

36 lines
702 B
Makefile

# New ports collection makefile for: logstalgia
# Date created: 13 Oct 2011
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= logstalgia
PORTVERSION= 1.0.3
PORTREVISION= 4
CATEGORIES= sysutils www
MASTER_SITES= GOOGLE_CODE CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A website access log visualization tool
LICENSE= GPLv3
LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/ftgl \
png15:${PORTSDIR}/graphics/png \
jpeg.11:${PORTSDIR}/graphics/jpeg \
pcre.1:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USE_PKGCONFIG= build
USE_SDL= sdl image
CFLAGS+= -L/usr/local/lib -I/usr/local/include
MANCOMPRESSED= yes
MAKE_JOBS_SAFE= yes
MAN1= logstalgia.1
.include <bsd.port.mk>