diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
commit | e88f5da5657bccc2f31b605cc36e2175ab7180b8 (patch) | |
tree | 8cb35400213e222097a312c116b7317738865a8b /games/xpuzzletama | |
parent | 2b926e1064df5ad048fd84bb0671aeb50a61e3a5 (diff) | |
download | FreeBSD-ports-e88f5da5657bccc2f31b605cc36e2175ab7180b8.zip FreeBSD-ports-e88f5da5657bccc2f31b605cc36e2175ab7180b8.tar.gz |
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
Diffstat (limited to 'games/xpuzzletama')
-rw-r--r-- | games/xpuzzletama/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/xpuzzletama/Makefile b/games/xpuzzletama/Makefile index f9506eb..d525be6 100644 --- a/games/xpuzzletama/Makefile +++ b/games/xpuzzletama/Makefile @@ -3,22 +3,22 @@ # Date created: 18 January 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.3 1998/09/15 11:13:18 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/17 00:32:38 asami Exp $ # DISTNAME= xpuzzletama -PKGNAME= xpuzzletama-1.5 -CATEGORIES= games -MASTER_SITES= http://neo.yanagi.gifu-u.ac.jp/~c94056/ +PKGNAME= xpuzzletama-1.5 +CATEGORIES= games +MASTER_SITES= http://neo.yanagi.gifu-u.ac.jp/~c94056/ DISTFILES= PuzzleTama-ver1.5.tar.gz -MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +MAINTAINER= nacai@iname.com -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -CONFIGURE_ENV= X11BASE=${X11BASE} -USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes +CONFIGURE_ENV= X11BASE=${X11BASE} +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes post-install: ${MKDIR} ${PREFIX}/lib/X11/xpuzzletama |