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

(-)Makefile (-5 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	stella
4
PORTNAME=	stella
5
PORTVERSION=	6.0.1
5
PORTVERSION=	6.0.2
6
CATEGORIES=	emulators
6
CATEGORIES=	emulators
7
7
8
MAINTAINER=	acm@FreeBSD.org
8
MAINTAINER=	acm@FreeBSD.org
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libpng.so:graphics/png
14
LIB_DEPENDS=	libpng.so:graphics/png
15
15
16
USES=		compiler:c++11-lib gmake sdl tar:xz
16
USES=		compiler:c++11-lib gmake localbase:ldflags sdl tar:xz
17
USE_SDL=	sdl2
17
USE_SDL=	sdl2
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	stella-emu
19
GH_ACCOUNT=	stella-emu
Lines 21-29 Link Here
21
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
22
CONFLICTS_INSTALL=	rubygem-stella
22
CONFLICTS_INSTALL=	rubygem-stella
23
23
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
LDFLAGS+=	-L${LOCALBASE}/lib
26
27
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
28
25
29
do-install:
26
do-install:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1565900382
1
TIMESTAMP = 1575982548
2
SHA256 (stella-emu-stella-6.0.1_GH0.tar.gz) = 8a510028b176cf76ca9e7aae37ad7db10715369d383b817800993d1e3c6dae9e
2
SHA256 (stella-emu-stella-6.0.2_GH0.tar.gz) = 2bebbff19f3a99ec9dc8417ceb9257e82208d70b3b507d0d2e823dd207bd64e8
3
SIZE (stella-emu-stella-6.0.1_GH0.tar.gz) = 2366275
3
SIZE (stella-emu-stella-6.0.2_GH0.tar.gz) = 2366300

Return to bug 242624