aboutsummaryrefslogtreecommitdiffstats
path: root/po
Commit message (Expand)AuthorAgeFilesLines
* Initial revisionBertrand Guiheneuf1999-04-183-0/+18
ption> FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogblamecommitdiffstats
path: root/games/xbomb/Makefile
blob: 959081e8673a646abf88db55feeec3c0f832a65a (plain) (tree)
1
2
3
4
5
6




                                                        
           








                                                              
                   






                                                
                                                       

                      
# New ports collection makefile for:    xbomb
# Version required:     2.1
# Date created:         20 Feb 1998
# Whom:                 Thomas Gellekum <tg@FreeBSD.ORG>
#
# $FreeBSD$
#

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>