diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-22 11:46:45 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-22 11:46:45 +0000 |
commit | 044fe0d8a22849514107c0302251f03f434a9688 (patch) | |
tree | 899ac543c0d46a568279b5e0bcdf8d9c7e123a6a /games/xpuzzletama/Makefile | |
parent | e9780e98f173614be8b2d1fbf74ca7b29369ed65 (diff) | |
download | ports-044fe0d8a22849514107c0302251f03f434a9688.tar.gz ports-044fe0d8a22849514107c0302251f03f434a9688.zip |
Notes
Diffstat (limited to 'games/xpuzzletama/Makefile')
-rw-r--r-- | games/xpuzzletama/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/games/xpuzzletama/Makefile b/games/xpuzzletama/Makefile index f15e60ca8387..536cd644eafc 100644 --- a/games/xpuzzletama/Makefile +++ b/games/xpuzzletama/Makefile @@ -1,22 +1,20 @@ -# New ports collection makefile for: xpuzzletama -# Version required: 1.5 -# Date created: 18 January 1997 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# New ports collection makefile for: xpuzzletama +# Version required: 1.5b +# Date created: 18 January 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xpuzzletama -PKGNAME= xpuzzletama-1.5 +DISTNAME= xpuzzletama-1.5b CATEGORIES= games -MASTER_SITES= http://neo.yanagi.gifu-u.ac.jp/~c94056/ -DISTFILES= PuzzleTama-ver1.5.tar.gz +MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/os/linux/JG/JG-0.9.1/sources/ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -CONFIGURE_ENV= X11BASE=${X11BASE} +WRKSRC= ${WRKDIR}/xpuzzletama USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |