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

(-)emulators/mupen64plus/Makefile (-10 / +1 lines)
Lines 5-13 Link Here
5
PORTVERSION=	2.5
5
PORTVERSION=	2.5
6
PORTREVISION?=	0
6
PORTREVISION?=	0
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
MASTER_SITES=	# empty
9
DISTFILES=	# empty
10
EXTRACT_ONLY=	# empty
11
8
12
MAINTAINER?=	acm@FreeBSD.org
9
MAINTAINER?=	acm@FreeBSD.org
13
COMMENT=	Fork of Mupen64 Nintendo 64 emulator with plugins (meta port)
10
COMMENT=	Fork of Mupen64 Nintendo 64 emulator with plugins (meta port)
Lines 29-41 Link Here
29
# RSP plugins
26
# RSP plugins
30
RUN_DEPENDS+=	${LOCALBASE}/lib/${PORTNAME}/mupen64plus-rsp-hle.so:${PORTSDIR}/emulators/mupen64plus-rsp-hle
27
RUN_DEPENDS+=	${LOCALBASE}/lib/${PORTNAME}/mupen64plus-rsp-hle.so:${PORTSDIR}/emulators/mupen64plus-rsp-hle
31
28
32
NO_MTREE=	yes
29
USES=		metaport
33
NO_BUILD=	yes
34
SUB_FILES=	pkg-message
30
SUB_FILES=	pkg-message
35
31
36
do-install:	# empty
37
38
post-install:
39
	@${CAT} ${PKGMESSAGE}
40
41
.include <bsd.port.mk>
32
.include <bsd.port.mk>

Return to bug 201565