2013-03-08 15:00:30 +01:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2011-10-13 16:42:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= logstalgia
|
|
|
|
PORTVERSION= 1.0.3
|
2012-12-10 20:11:11 +01:00
|
|
|
PORTREVISION= 5
|
2011-10-13 16:42:19 +02:00
|
|
|
CATEGORIES= sysutils www
|
|
|
|
MASTER_SITES= GOOGLE_CODE CRITICAL
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2013-03-08 15:00:30 +01:00
|
|
|
COMMENT= Website access log visualization tool
|
2011-10-13 16:42:19 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/ftgl \
|
2012-06-01 07:26:28 +02:00
|
|
|
png15:${PORTSDIR}/graphics/png \
|
2011-10-13 16:42:19 +02:00
|
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg \
|
2012-12-10 20:11:11 +01:00
|
|
|
pcre.3:${PORTSDIR}/devel/pcre
|
2011-10-13 16:42:19 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-07-08 20:42:15 +02:00
|
|
|
USES= pkgconfig
|
2011-10-13 16:42:19 +02:00
|
|
|
USE_SDL= sdl image
|
|
|
|
|
2012-07-30 12:29:32 +02:00
|
|
|
CFLAGS+= -L/usr/local/lib -I/usr/local/include
|
|
|
|
|
2011-10-13 16:42:19 +02:00
|
|
|
.include <bsd.port.mk>
|