diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-09-02 11:37:46 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-09-02 11:37:46 +0000 |
commit | cb5600c5bfd1e16de2fa8623a9f351434fac6982 (patch) | |
tree | ebac6115f86e2c63470467043098753ad0dfe037 /games/pacmanarena | |
parent | f0a4256b915528f38f14bffb35f09df53f95ae70 (diff) |
- Remove USE_AUTOTOOLS
- Use unzip instead of zip
- Remove indefinite article from COMMENT
Approved by: nemysis <nemysis@gmx.ch> (maintainer)
Notes
Notes:
svn path=/head/; revision=303544
Diffstat (limited to 'games/pacmanarena')
-rw-r--r-- | games/pacmanarena/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pacmanarena/Makefile b/games/pacmanarena/Makefile index 3291af7d6159..0d950dab1054 100644 --- a/games/pacmanarena/Makefile +++ b/games/pacmanarena/Makefile @@ -10,15 +10,15 @@ DISTFILES= ${DISTNAME:S/na/n-a/}.tar.bz2 \ ${PORTNAME}_icons.tar.gz:icons MAINTAINER= nemysis@gmx.ch -COMMENT= A Pacman clone in full 3D with a few surprises +COMMENT= Pacman clone in full 3D with a few surprises LICENSE= GPLv2 -EXTRACT_DEPENDS=zip:${PORTSDIR}/archivers/zip +EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/${PORTNAME:S/arena//} -USE_AUTOTOOLS= aclocal ${AUTOMAKE} ${AUTOCONF} +GNU_CONFIGURE= yes USE_SDL= mixer net sdl PLIST_FILES= bin/${PORTNAME} \ |