2000-01-05 02:31:52 +00:00
|
|
|
# New ports collection makefile for: KSnes9x
|
|
|
|
# Date created: 12 Nov 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-12 04:56:17 +00:00
|
|
|
PORTNAME= ksnes9x
|
|
|
|
PORTVERSION= 1.2
|
2000-01-05 02:31:52 +00:00
|
|
|
CATEGORIES= emulators
|
2000-06-30 21:05:39 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ksnes9x
|
2000-01-05 02:31:52 +00:00
|
|
|
|
2000-03-22 01:59:41 +00:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
2000-01-05 02:31:52 +00:00
|
|
|
|
2000-02-24 07:01:14 +00:00
|
|
|
LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11
|
2000-01-05 02:31:52 +00:00
|
|
|
RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_QT= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|