diff options
author | pav <pav@FreeBSD.org> | 2005-07-27 06:21:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-27 06:21:13 +0800 |
commit | a374f6102eac3a6da92802929ba17256998d88ab (patch) | |
tree | cf7eb67cd403c363851a898251b707facdf7ca19 /games/barrage/Makefile | |
parent | 4e3322b37b869600e755428ff7fede5d49f07c26 (diff) | |
download | freebsd-ports-gnome-a374f6102eac3a6da92802929ba17256998d88ab.tar.gz freebsd-ports-gnome-a374f6102eac3a6da92802929ba17256998d88ab.tar.zst freebsd-ports-gnome-a374f6102eac3a6da92802929ba17256998d88ab.zip |
- Update to 1.0.2
- Take maintainership
PR: ports/84126
Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'games/barrage/Makefile')
-rw-r--r-- | games/barrage/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/barrage/Makefile b/games/barrage/Makefile index 7f4c70521de6..2fde5d717528 100644 --- a/games/barrage/Makefile +++ b/games/barrage/Makefile @@ -6,17 +6,17 @@ # PORTNAME= barrage -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lgames DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= az@inec.ru COMMENT= Destroy as many targets as possible USE_GMAKE= yes +USE_GETOPT_LONG=yes USE_SDL= sdl mixer GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-profile-path=/var/games |