# New ports collection makefile for: bub-n-bros # Date created: 26 January 2005 # Whom: Janos Mohacsi # # $FreeBSD$ # PORTNAME= bubbros PORTVERSION= 1.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bub-n-bros MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Multiplayer clone of the famous Bubble Bobble game RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game BUILD_DEPENDS= ${RUN_DEPENDS} USE_PYTHON= yes USE_BZIP2= yes DOC_FILES= Introduction.html download.html help.html INSTALL.txt do-build: # Compile the statesaver extension module cd ${WRKSRC}/bubbob; ${PYTHON_CMD} setup.py build_ext -i # Compile the X-window client extension module cd ${WRKSRC}/display; ${PYTHON_CMD} setup.py build_ext -i do-install: @${MKDIR} ${DATADIR} (cd ${WRKSRC}; tar --exclude build -cf - bubbob common display http2 java metaserver BubBob.py) | \ (cd ${DATADIR}; tar --unlink -xf -) @${PRINTF} "#!/bin/sh\ncd ${DATADIR} && \ exec ${PYTHON_CMD} ${DATADIR}/BubBob.py\n" > ${WRKDIR}/bubbros.sh # build different colors @${PYTHON_CMD} ${DATADIR}/bubbob/images/buildcolors.py @${INSTALL_SCRIPT} ${WRKDIR}/bubbros.sh ${PREFIX}/bin/bubbros post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include amon'>cinnamon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* Use OPENSSLBASE instead of hardcoded path. Bump portrevision.tobez2006-01-101-1/+2
* - update to Net-SSLeay-1.30leeym2005-12-313-6/+31
* - Add SHA256pav2005-11-261-0/+1
* With portmgr hat on, reset bouncing maintainer address (already notedlinimon2005-01-301-1/+1
* Update to 1.25mat2004-08-193-29/+67
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* utilize SITE_PERLijliao2003-10-242-50/+49
* Approved by: maintainerfoxfair2003-06-212-2/+2
* Fix a typo (convinience -> convenience).olgeni2003-04-171-1/+1
* Remove RESTRICTED tag for crypto stuff.nork2003-02-231-1/+0
* De-pkg-comment.knu2003-02-212-1/+1
* Update to 0.17pat2002-08-093-2/+6
* upgrade to 1.14ijliao2002-04-053-3/+4
* Update to version 1.13kevlo2002-02-203-2/+3
* upgrade to 1.12ijliao2001-12-203-2/+14
* Replace: %%PORTDOCS%%/share -> %%PORTDOCS%%share, else "make package" willolgeni2001-10-111-13/+13
* Update to 1.09. Let submitter be the maintainer.tobez2001-10-04