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
|
2014-12-25 21:54:41 +01:00
|
|
|
PORTREVISION= 8
|
2011-10-13 16:42:19 +02:00
|
|
|
CATEGORIES= sysutils www
|
2015-01-06 10:40:16 +01:00
|
|
|
MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt
|
2011-10-13 16:42:19 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2013-12-18 15:35:53 +01:00
|
|
|
LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \
|
2014-12-25 20:04:25 +01:00
|
|
|
libpng.so:${PORTSDIR}/graphics/png \
|
2013-12-18 15:35:53 +01:00
|
|
|
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|
|
|
libpcre.so:${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
|
|
|
|
|
2014-09-12 14:23:32 +02:00
|
|
|
CFLAGS+= -L${LOCALBASE}/lib
|
2012-07-30 12:29:32 +02:00
|
|
|
|
2011-10-13 16:42:19 +02:00
|
|
|
.include <bsd.port.mk>
|