diff options
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> |