diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:08:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:08:07 +0000 |
commit | d35f457702077ec27dda67f288dc193d37782957 (patch) | |
tree | 2d69ef0572ec4ca0a757f539d67fc9bfefb7f061 /games/xbaby/Makefile | |
parent | 13bdc8afbd896c2b21d21e68fefd76fefa1ab6f1 (diff) |
Notes
Diffstat (limited to 'games/xbaby/Makefile')
-rw-r--r-- | games/xbaby/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xbaby/Makefile b/games/xbaby/Makefile new file mode 100644 index 000000000000..e34c1438f82a --- /dev/null +++ b/games/xbaby/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xbaby +# Version required: 1.2 +# Date created: 21 January 2000 +# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> +# +# $FreeBSD$ +# + +DISTNAME= xbaby-1.2-ss-9.03 +PKGNAME= xbaby-1.2 +CATEGORIES= games +MASTER_SITES= ftp://ftp.u-tokyo.ac.jp/pub/hpux9/X11/Misc/xbaby-1.2/ + +MAINTAINER= th@cis.ibaraki.ac.jp + +WRKSRC= ${WRKDIR}/xbaby-1.2 + +MAN1= xbaby.1 +USE_IMAKE= yes + +.include <bsd.port.mk> |