diff options
Diffstat (limited to 'games/wmpuzzle/Makefile')
-rw-r--r-- | games/wmpuzzle/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/games/wmpuzzle/Makefile b/games/wmpuzzle/Makefile index c3b53aa2a221..50dfd0393a28 100644 --- a/games/wmpuzzle/Makefile +++ b/games/wmpuzzle/Makefile @@ -1,20 +1,15 @@ -# New ports collection makefile for: wmpuzzle -# Date created: 15 May 2002 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# +# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> # $FreeBSD$ -# PORTNAME= wmpuzzle -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= games windowmaker afterstep MASTER_SITES= http://people.debian.org/~godisch/wmpuzzle/ -MAINTAINER= ports@FreeBSD.org -COMMENT= A dockable puzzle game for WindowMaker and AfterStep +MAINTAINER= danilogondolfo@gmail.com +COMMENT= Dockable puzzle game for WindowMaker and AfterStep LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/../COPYING WRKSRC= ${WRKDIR}/${DISTNAME}/src |