1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/games/xbomb/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

27 lines
658 B
Makefile

# New ports collection makefile for: xbomb
# Version required: 2.1
# Date created: 20 Feb 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/02/20 09:49:29 tg Exp $
#
DISTNAME= xbomb-2.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/xwindows/games/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
USE_X_PREFIX= yes
MAN6= xbomb.6
post-install:
@${MKDIR} ${PREFIX}/lib/X11/xbomb
@touch ${PREFIX}/lib/X11/xbomb/xbomb3.hi
@touch ${PREFIX}/lib/X11/xbomb/xbomb4.hi
@touch ${PREFIX}/lib/X11/xbomb/xbomb6.hi
@chmod 666 ${PREFIX}/lib/X11/xbomb/xbomb?.hi
.include <bsd.port.mk>