blob: 63b3ecb0eb4e5addc5fe2dd707a59545bf3ffcbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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.3 1998/08/05 09:30:58 asami 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>
|