freebsd-ports/emulators/ksnes9x/Makefile
Chris Piazza 00dc1eb210 Add ksnes9x, a KDE frontend for snes9x, the snes emulator.
PR:		15160
Submitted by:	Will Andrews <andrews@technologist.com>
2000-01-05 02:31:52 +00:00

24 lines
482 B
Makefile

# New ports collection makefile for: KSnes9x
# Version required: 1.1
# Date created: 12 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= ksnes9x-1.1
CATEGORIES= emulators
MASTER_SITES= http://www.esquadro.com.br/~ismore/
MAINTAINER= andrews@technologist.com
LIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
GNU_CONFIGURE= yes
USE_NEWGCC= yes
USE_GMAKE= yes
USE_QT= yes
.include <bsd.port.mk>