# New ports collection makefile for: pingus # Date created: 2007-10-05 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # PORTNAME= pingus PORTVERSION= 0.7.2 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://pingus.seul.org/files/ MAINTAINER= acm@FreeBSD.org COMMENT= Free Lemmings-like game LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ boost_regex.4:${PORTSDIR}/devel/boost \ physfs-1.0.1:${PORTSDIR}/devel/physfs USE_BZIP2= yes USE_ICONV= yes USE_SCONS= yes SCONS_ARGS= with_linuxusbmouse=0 \ with_linuxevdev=0 USE_SDL= sdl image mixer PLIST= ${WRKDIR}/pkg-plist post-patch: @${REINPLACE_CMD} -e 's|add_path("data")|add_path("${DATADIR}")|g' \ ${WRKSRC}/src/pingus_main.cpp pre-install: @${RM} -f ${PLIST} @${ECHO_CMD} "bin/${PORTNAME}" >> ${PLIST} @cd ${WRKSRC}/data && \ ${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \ ${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST} @${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST} do-install: @${MKDIR} ${DATADIR} @cd ${WRKSRC}/data && \ ${FIND} * -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .include 7e92dea72d32d4ae04470bbce43e6f9227da'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Use sourceforge mirror for distfileehaupt2007-01-092-5/+2
* Add an additional mirror.ehaupt2006-06-011-1/+2
* Remove deprecated USE_REINPLACEehaupt2006-02-191-1/+0
* Add SHA256 hashes to my portsehaupt2005-11-301-0/+1
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1