blob: c37b51d307fba69548f53968d4568d1831760905 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: KSnes9x
# Date created: 12 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= ksnes9x
PORTVERSION= 1.2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ksnes9x
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
USE_KDELIBS_VER=1
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|