pkgsrc/games/abuse/Makefile
jlam 3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00

25 lines
641 B
Makefile

# $NetBSD: Makefile,v 1.11 2003/03/14 19:37:37 jlam Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0
PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= http://www.crack.com/games/abuse/
DISTFILES= ${DISTNAME}.tgz abuse_data.tar.gz
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.crack.com/games/abuse/index.html
COMMENT= Full color 320x200 arcade quality platform shooter
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${X11_LDFLAGS}"
USE_GMAKE= yes
NOT_FOR_PLATFORM= NetBSD-*-arm32
post-extract:
cd ${WRKSRC}/abuse && \
${GZCAT} ${DISTDIR}/abuse_data.tar.gz | ${GTAR} xf -
.include "../../mk/bsd.pkg.mk"