mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
32 lines
892 B
Makefile
32 lines
892 B
Makefile
# New ports collection makefile for: xbaby
|
|
# Date created: 21 January 2000
|
|
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xbaby
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://hpux.cs.utah.edu/ftp/hpux/X11/Misc/xbaby-1.2/ \
|
|
http://hpux.its.tudelft.nl/ftp/hpux/X11/Misc/xbaby-1.2/ \
|
|
http://hpux.connect.org.uk/ftp/hpux/X11/Misc/xbaby-1.2/ \
|
|
http://hpux.tn.tudelft.nl/ftp/hpux/X11/Misc/xbaby-1.2/ \
|
|
http://hpux.asknet.de/ftp/hpux/X11/Misc/xbaby-1.2/ \
|
|
http://hpux.ee.ualberta.ca/ftp/hpux/X11/Misc/xbaby-1.2/ \
|
|
http://hpux.cict.fr/ftp/hpux/X11/Misc/xbaby-1.2/ \
|
|
http://smokeping.planetmirror.com/pub/hpux/X11/Misc/xbaby-1.2/
|
|
EXTRACT_SUFX= -src-10.20.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Babies hide under your windows
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
|
|
MAN1= xbaby.1
|
|
PLIST_FILES= bin/xbaby
|
|
|
|
.include <bsd.port.mk>
|