16 lines
336 B
Makefile
16 lines
336 B
Makefile
# Created by: alepulver
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= masterserver
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/lasange-system/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Masterserver for IdSoftware games (D3, EF, H2, Q2, Q3, QW)
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|