View | Details | Raw Unified | Return to bug 252754
Collapse All | Expand All

(-)Makefile (-7 / +4 lines)
Lines 5-11 Link Here
5
PORTVERSION=	1.05b3
5
PORTVERSION=	1.05b3
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	games linux
7
CATEGORIES=	games linux
8
MASTER_SITES=	http://home.coc-ag.de/dressler-ro/liflg/files/final/ \
8
MASTER_SITES=	https://files.holarse-linuxgaming.de/native/Spiele/Serious%20Sam%20The%20First%20Encounter/Installer/ \
9
		http://bsd-geek.de/FreeBSD/distfiles/
9
		http://bsd-geek.de/FreeBSD/distfiles/
10
PKGNAMEPREFIX=	linux-
10
PKGNAMEPREFIX=	linux-
11
DISTFILES=	${PORTNAME:S|ssam|serious.sam.|}_${PORTVERSION:S|b|beta|}-english-2.run
11
DISTFILES=	${PORTNAME:S|ssam|serious.sam.|}_${PORTVERSION:S|b|beta|}-english-2.run
Lines 13-22 Link Here
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Serious Sam: The First Encounter
14
COMMENT=	Serious Sam: The First Encounter
15
15
16
OPTIONS_DEFINE=	VORBIS DOCS
17
OPTIONS_DEFAULT=	VORBIS
18
19
USES=		linux
16
USES=		linux
17
STRIP=
20
USE_LINUX=	xorglibs
18
USE_LINUX=	xorglibs
21
NO_BUILD=	yes
19
NO_BUILD=	yes
22
RESTRICTED=	Redistribution is limited, see license
20
RESTRICTED=	Redistribution is limited, see license
Lines 23-31 Link Here
23
PORTDOCS=	README.liflg ShellSymbols.txt changes.txt notes.txt
21
PORTDOCS=	README.liflg ShellSymbols.txt changes.txt notes.txt
24
SUB_FILES=	pkg-message
22
SUB_FILES=	pkg-message
25
23
26
.if !defined(CDROM_MOUNT)
24
OPTIONS_DEFINE=	VORBIS DOCS
27
IGNORE=		${PKGNAME} requires CDROM_MOUNT set to mount point of CD
25
OPTIONS_DEFAULT=	VORBIS
28
.endif
29
26
30
.include <bsd.port.options.mk>
27
.include <bsd.port.options.mk>
31
28

Return to bug 252754