|
Lines 1-19
Link Here
|
| 1 |
# Created by: Jordan DeLong <fracture@allusion.net> |
1 |
# Created by: Jordan DeLong <fracture@allusion.net> |
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
|
|
3 |
# $FreeBSD$ |
| 3 |
|
4 |
|
| 4 |
PORTNAME= prboom |
5 |
PORTNAME= prboom |
| 5 |
PORTVERSION= 2.5.0 |
6 |
PORTVERSION= 2.5.0 |
| 6 |
PORTREVISION= 3 |
7 |
PORTREVISION= 4 |
| 7 |
CATEGORIES= games |
8 |
CATEGORIES= games |
| 8 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} |
9 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} |
| 9 |
|
10 |
|
| 10 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= thiagohero501@gmail.com |
| 11 |
COMMENT= Multiplayer-capable and modified version of ID's classic DOOM game |
12 |
COMMENT= Multiplayer-capable and modified version of ID's classic DOOM game |
| 12 |
|
13 |
|
|
|
14 |
LICENSE= GPLv2 |
| 15 |
|
| 13 |
LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg |
16 |
LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg |
| 14 |
|
17 |
|
| 15 |
USES= gmake |
18 |
USES= gmake |
| 16 |
USE_SDL= mixer net sdl |
19 |
USE_SDL= mixer net sdl |
| 17 |
|
20 |
|
| 18 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
| 19 |
CPPFLAGS+= -I${LOCALBASE}/include |
22 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
Lines 28-33
Link Here
|
| 28 |
OPENGL_CONFIGURE_ENABLE= gl |
31 |
OPENGL_CONFIGURE_ENABLE= gl |
| 29 |
OPENGL_USE= GL=yes |
32 |
OPENGL_USE= GL=yes |
| 30 |
|
33 |
|
| 31 |
.include "${.CURDIR}/../doom-data/Makefile.include" |
34 |
.include "${.CURDIR}/Makefile.include" |
| 32 |
|
35 |
|
| 33 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.mk> |