3ef633718c
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.
25 lines
641 B
Makefile
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"
|