diff options
Diffstat (limited to 'emulators/ksnes9x/Makefile')
-rw-r--r-- | emulators/ksnes9x/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/ksnes9x/Makefile b/emulators/ksnes9x/Makefile deleted file mode 100644 index c37b51d..0000000 --- a/emulators/ksnes9x/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# 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> |