Lines 2-14
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= eduke32 |
4 |
PORTNAME= eduke32 |
5 |
PORTVERSION= 20160103 |
5 |
PORTVERSION= 20160610 |
6 |
CATEGORIES= games |
6 |
CATEGORIES= games |
7 |
MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 |
7 |
MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 |
8 |
DISTFILES= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX}:eduke32 |
8 |
DISTFILES= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX}:eduke32 |
9 |
EXTRACT_ONLY= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX} |
9 |
EXTRACT_ONLY= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX} |
10 |
|
10 |
|
11 |
MAINTAINER= pkubaj@riseup.net |
11 |
MAINTAINER= pkubaj@anongoth.pl |
12 |
COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke |
12 |
COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke |
13 |
|
13 |
|
14 |
LICENSE= GPLv2 |
14 |
LICENSE= GPLv2 |
Lines 25-31
Link Here
|
25 |
USE_GNOME= gtk20 |
25 |
USE_GNOME= gtk20 |
26 |
USE_SDL= sdl2 mixer2 |
26 |
USE_SDL= sdl2 mixer2 |
27 |
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION} |
27 |
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}-${SVNREVISION} |
28 |
SVNREVISION= 5506 |
28 |
SVNREVISION= 5775 |
29 |
DATADIR= ${LOCALBASE}/share/duke3d |
29 |
DATADIR= ${LOCALBASE}/share/duke3d |
30 |
SUB_FILES= pkg-message |
30 |
SUB_FILES= pkg-message |
31 |
SUB_LIST= DATADIR=${DATADIR} |
31 |
SUB_LIST= DATADIR=${DATADIR} |
Lines 54-59
Link Here
|
54 |
TIMIDITYPLUS_DESC= Use Timidity++ for music support |
54 |
TIMIDITYPLUS_DESC= Use Timidity++ for music support |
55 |
TIMIDITYPLUS_RUN_DEPENDS= timidity:audio/timidity++ |
55 |
TIMIDITYPLUS_RUN_DEPENDS= timidity:audio/timidity++ |
56 |
|
56 |
|
|
|
57 |
CFLAGS+= -flax-vector-conversions |
58 |
|
57 |
.include <bsd.port.options.mk> |
59 |
.include <bsd.port.options.mk> |
58 |
|
60 |
|
59 |
.if ${PORT_OPTIONS:MHRP} |
61 |
.if ${PORT_OPTIONS:MHRP} |