diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-20 18:26:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-20 18:26:42 +0000 |
commit | 387f34ee2456c6329bb73c44e776ba9873eabc3d (patch) | |
tree | b68776fe5bcdf267d7952c928b3816fe5c469bf2 /games | |
parent | Unbreak on -current: use INT_MAX instead of MAXINT. (diff) |
- add COMMENT
Diffstat (limited to '')
-rw-r--r-- | games/gomoku.app/Makefile | 1 | ||||
-rw-r--r-- | games/gshisen/Makefile | 1 | ||||
-rw-r--r-- | games/xboing/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index 4740bdb831ab..5f814877795c 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ DISTNAME= Gomoku-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org +COMMENT= GNUstep Gomoku game BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index fcff9dfdeb9e..0c2a61b50fa2 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -11,6 +11,7 @@ CATEGORIES= games MASTER_SITES= http://www.gnustep.it/enrico/gshisen/ MAINTAINER= dinoex@FreeBSD.org +COMMENT= Mahjongg-kind of game that uses the GNUstep toolkit BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall diff --git a/games/xboing/Makefile b/games/xboing/Makefile index e84cc182ec4a..f34975ba94c7 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -12,6 +12,7 @@ MASTER_SITE_SUBDIR= games DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= dinoex@FreeBSD.Org +COMMENT= X11 arcade game .if ${MACHINE_ARCH} == "alpha" PLIST= ${PKGDIR}/pkg-plist.alpha |