blob: ecfd2548126c4a82271993df4397c2619a833f45 (
plain) (
blame)
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
# Version required: 1.2
# Date created: 12 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= ksnes9x-1.2
CATEGORIES= emulators
MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_QT= yes
.include <bsd.port.mk>
|