mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d35f457702
A game (of sorts) where babies hide under your windows. PR: 16270 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
22 lines
420 B
Makefile
22 lines
420 B
Makefile
# 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>
|