Lines 4-9
PORTNAME= allegro
Link Here
|
4 |
DISTVERSION= 5.2.7.0 |
4 |
DISTVERSION= 5.2.7.0 |
5 |
PORTREVISION= 2 |
5 |
PORTREVISION= 2 |
6 |
CATEGORIES= devel games |
6 |
CATEGORIES= devel games |
|
|
7 |
MASTER_SITES= https://github.com/liballeg/${PORTNAME}${PKGNAMESUFFIX}/releases/download/${DISTVERSION}/ |
7 |
PKGNAMESUFFIX= 5 |
8 |
PKGNAMESUFFIX= 5 |
8 |
|
9 |
|
9 |
MAINTAINER= kpedersen@disroot.org |
10 |
MAINTAINER= kpedersen@disroot.org |
Lines 25-33
LIB_DEPENDS= libFLAC.so:audio/flac \
Link Here
|
25 |
|
26 |
|
26 |
USES= cmake:insource compiler:c++11-lang gl gnome jpeg \ |
27 |
USES= cmake:insource compiler:c++11-lang gl gnome jpeg \ |
27 |
openal:soft pkgconfig xorg uniquefiles:dirs |
28 |
openal:soft pkgconfig xorg uniquefiles:dirs |
28 |
USE_GITHUB= yes |
|
|
29 |
GH_ACCOUNT= liballeg |
30 |
GH_PROJECT= allegro5 |
31 |
USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga sm ice xi xinerama xrandr \ |
29 |
USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga sm ice xi xinerama xrandr \ |
32 |
xscrnsaver |
30 |
xscrnsaver |
33 |
USE_GL= gl glu |
31 |
USE_GL= gl glu |
Lines 36-42
USE_LDCONFIG= yes
Link Here
|
36 |
|
34 |
|
37 |
CFLAGS+= -isystem${LOCALBASE}/include -L${LOCALBASE}/lib -Wno-unused-command-line-argument |
35 |
CFLAGS+= -isystem${LOCALBASE}/include -L${LOCALBASE}/lib -Wno-unused-command-line-argument |
38 |
|
36 |
|
39 |
PLIST_SUB= SHLIB_VER="${PORTVERSION}" SHLIB_VER1="${PORTVERSION:R}" |
37 |
PLIST_SUB= SHLIB_VER="${DISTVERSION}" SHLIB_VER1="${DISTVERSION:R}" |
40 |
|
38 |
|
41 |
PORTDOCS= * |
39 |
PORTDOCS= * |
42 |
PORTEXAMPLES= * |
40 |
PORTEXAMPLES= * |