diff options
author | wiz <wiz> | 2001-02-17 18:38:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 18:38:11 +0000 |
commit | 771321b8d87c3d00e1a2315a8eb9b8f63b978a90 (patch) | |
tree | 20b079bdc6a9de82806e52dcbc233fceb7f6a00a /emulators/snes9x/Makefile | |
parent | c593ad911a5ed953d7cd027311f29fae9062df44 (diff) | |
download | pkgsrc-771321b8d87c3d00e1a2315a8eb9b8f63b978a90.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'emulators/snes9x/Makefile')
-rw-r--r-- | emulators/snes9x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 712cb75acd2..1a8934db30a 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/11/16 19:14:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/17 18:38:22 wiz Exp $ DISTNAME= s9xs132 PKGNAME= snes9x-1.32 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .zip MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.snes9x.com/ +COMMENT= Super Nintendo Entertainment System (SNES) emulator BUILD_DEPENDS+= nasm:../../devel/nasm |