blob: de68d98e8c0389aa51c3589e41dd8d4e2216612d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= logstalgia
PORTVERSION= 1.0.3
PORTREVISION= 8
CATEGORIES= sysutils www
MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Website access log visualization tool
LICENSE= GPLv3
LIB_DEPENDS= libftgl.so:graphics/ftgl \
libpng.so:graphics/png \
libpcre.so:devel/pcre
GNU_CONFIGURE= yes
USES= jpeg pkgconfig
USE_SDL= sdl image
CFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|