mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
41 lines
939 B
Makefile
41 lines
939 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
|
|
PORTNAME= logstalgia
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
DISTVERSION= 1.1.2
|
|
PORTREVISION= 11
|
|
CATEGORIES= sysutils www
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Website access log visualization tool
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
|
|
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
|
|
libfreetype.so:print/freetype2 \
|
|
libpcre.so:devel/pcre \
|
|
libpng.so:graphics/png \
|
|
libftgl.so:graphics/ftgl
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf compiler:c++0x gl gmake jpeg localbase:ldflags \
|
|
pkgconfig sdl
|
|
USE_GL= gl glu glew
|
|
USE_SDL= image2 sdl2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= acaudwell
|
|
GH_PROJECT= Logstalgia Core:core
|
|
GH_TAGNAME= 1534074:core
|
|
|
|
post-extract:
|
|
@${MV} ${WRKDIR}/Core-*/* ${WRKSRC}/src/core/
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| -Wno-unused-but-set-variable||' \
|
|
${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|