# $OpenBSD$ # $FreeBSD: ports/games/quake2-rogue/Makefile,v 1.2 2006/09/04 16:01:18 alepulver Exp $ # NOTE: # the following patches in patches directory directly from FreeBSD port: # patch-g_items_c # the following patches in patches directory modified from FreeBSD port: # patch-Makefile # patch-g_local_h # all other patches created during the making of this OpenBSD port. ONLY_FOR_ARCHS= amd64 i386 SHARED_ONLY= Yes COMMENT= quake 2 ground zero (rogue) mission pack DISTNAME= roguesrc320 V= 3.20 PKGNAME= quake2-rogue-${V}p0 EXTRACT_SUFX= .shar.Z EXTRACT_ONLY= CATEGORIES= games MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake2/source/ HOMEPAGE= http://www.idsoftware.com/games/quake/quake2-reckoning/ MAINTAINER= Ryan Freeman # ID license PERMIT_PACKAGE_CDROM= No PERMIT_PACKAGE_FTP= No PERMIT_DISTFILES_CDROM= No PERMIT_DISTFILES_FTP= No BUILD_DEPENDS= ::games/quake2 USE_X11= Yes USE_LIBTOOL= Yes LIBTOOL_FLAGS= --tag=disable-static post-extract: mkdir ${WRKDIR}/${DISTNAME} cd ${WRKDIR}/${DISTNAME} && \ zcat ${FULLDISTDIR}/${DISTFILES} | \ tail +454 | /bin/sh do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/lib/quake2/rogue ${INSTALL_PROGRAM} ${WRKBUILD}/game.so ${PREFIX}/lib/quake2/rogue ${INSTALL_PROGRAM} ${WRKBUILD}/game.la ${PREFIX}/lib/quake2/rogue .include