- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
28 lines
549 B
Makefile
28 lines
549 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= logstalgia
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 9
|
|
CATEGORIES= sysutils www
|
|
MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Website access log visualization tool
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
LIB_DEPENDS= libftgl.so:graphics/ftgl \
|
|
libpng.so:graphics/png \
|
|
libpcre.so:devel/pcre
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= jpeg pkgconfig
|
|
USE_GL= gl glu
|
|
USE_SDL= image sdl
|
|
|
|
CFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|