aboutsummaryrefslogblamecommitdiffstats
path: root/games/pengpong/Makefile
blob: ba35b94719557f02b2c9bec6fddd31d8895fe326 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                     
                   


                                          
                               






                                                           








                                                                 




                                                            


                                                      
                      
# New ports collection makefile for:    pengpong
# Date created:             Fri Aug 24 18:21:25 EDT 2001
# Whom:                 Patrick Li <pat@databits.net>
#
# $FreeBSD$
#

PORTNAME=   pengpong
PORTVERSION=    0.3
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= pat@FreeBSD.org

LIB_DEPENDS=    SDL_image.10:${PORTSDIR}/graphics/sdl_image

SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config

NO_WRKSUBDIR=   yes
MAKE_ENV=   SDL_CONFIG="${SDL_CONFIG}"

DATAFILES=  24P_Copperplate_Blue.png ball.tga logo.jpg \
        paddle.tga red.png

pre-patch:
    @${PERL} -pi.orig -e \
        's|/usr/local/share/games/pengpong|${DATADIR}|' \
        ${WRKSRC}/files.h
    @${PERL} -pi.orig -e 's|0.2|${PORTVERSION}|' \
        ${WRKSRC}/pengpong.cpp

do-install:
.ifndef(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
    @${INSTALL_PROGRAM} ${WRKSRC}/pengpong ${PREFIX}/bin
.for files in ${DATAFILES}
    @${MKDIR} ${DATADIR}
    @${INSTALL_DATA} ${WRKSRC}/${files} ${DATADIR}
.endfor

.include <bsd.port.mk>
span title='2008-10-15 15:46:23 +0800'>2008-10-153-8/+6 * - package cleanup, do not created obsolte dirsdinoex2008-09-072-9/+1 * - update to new distfiledinoex2008-09-072-9/+5 * - Fix fetchitetcu2008-09-071-4/+4 * - update MASTER_SITESdinoex2008-09-071-1/+6 * - update to 1.3.8dinoex2008-09-064-95/+131 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - Security fixdinoex2008-08-122-1/+73 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - fix spellingdinoex2008-04-221-1/+1 * - new option WITH_XDG_OPENdinoex2008-04-111-3/+9 * - Add depends on devel/xdg-utilsdinoex2008-04-101-0/+3 * - Security update to 1.3.7dinoex2008-04-025-22/+17 * - disable autodection of dbusdinoex2008-03-281-1/+9 * - Fix crash in case of incorrectly configured PAMdinoex2008-03-042-0/+17 * - Chase security/gnutls shlib version bumpnovel2008-03-031-1/+2 * - update to 1.3.6dinoex2008-02-283-23/+4 * - DNSSD libraries are linked even if WITH_DNSSD is not defineddinoex2008-02-021-0/+2 * - new option WITH_LDAPdinoex2008-01-291-1/+9 * - add option DNSSD to make configdinoex2008-01-242-2/+13 * - new option WITH_DNSSDdinoex2008-01-201-0/+7 * - add example for devd.confdinoex2008-01-174-3/+26 * - force installation of cups.desktopdinoex2008-01-142-0/+3 * - Security update to 1.3.5dinoex2007-12-233-612/+4 * - update to 1.3.4dinoex2007-12-125-198/+17 * - fix vulnerability in pdftopsdinoex2007-11-142-1/+608 * - Security patch to solve remote code executiondinoex2007-11-122-1/+154 * - mark FORBIDDEN due remote execution of arbitrary codedinoex2007-11-091-0/+1 * - update to 1.3.3dinoex2007-09-304-26/+18 * - fix build when an obsolete version of cups is installeddinoex2007-09-292-0/+15 * - update to 1.30.0dinoex2007-09-282-0/+29 * - update to 1.30.0dinoex2007-09-285-837/+1014 * - update to 1.2.12dinoex2007-08-142-5/+4 * - Fix buffer overflow vulnerability.miwi2007-07-312-1/+24 * Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-2/+2 * - drop pkg-installdinoex2007-06-123-25/+19 * - Security update to 1.2.11dinoex2007-06-123-6/+124 * - fix order for creation for user, groups and dirs.dinoex2007-06-083-31/+7 * - fix typodinoex2007-04-221-1/+1 * - fix pkg-plistdinoex2007-03-291-2/+2 * - fix pkg-plistdinoex2007-03-271-2/+2 * - update to 1.2.10dinoex2007-03-253-7/+13 * - remove killalldinoex2007-03-091-2/+1 * Use the new facility of bsd.port.mk to be able to simplify the interactionlinimon2007-03-061-1/+1 * - update to 1.2.8dinoex2007-02-203-7/+126 * - drop defunct cups.desktopdinoex2007-02-173-2/+12 * - Chase security/gnutls updatenovel2007-01-021-2/+2 * - honor PTHREAD_LIBSdinoex2006-12-221-39/+40 * - take maintainershipdinoex2006-12-101-1/+1 * Reset asa@agava.com after several months of inactivity and no response tolinimon2006-12-061-1/+1 * - Update to 1.2.7sat2006-12-064-599/+787 * - update to 1.2.2 [1]itetcu2006-08-066-392/+539 * Chase gnutls shlib version change.novel2006-07-071-1/+1 * * Fixes problems with updating CUPS installation (Udo Schweigert)itetcu2006-06-242-5/+8 * - Update to 1.2.0ahze2006-06-23