a0a1f2e57c
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
32 lines
886 B
Makefile
32 lines
886 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:13 rodent Exp $
|
|
|
|
DISTNAME= quake3-latest-pk3s
|
|
PKGNAME= ioquake3-pk3-0
|
|
CATEGORIES= games
|
|
#The link is obtained from http://ioquake3.org/patch-data/
|
|
MASTER_SITES= http://offload1.icculus.org/~zakk/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ioquake3.org/
|
|
COMMENT= Newer pk3 files for ioquake3
|
|
LICENSE= quake3arena-license
|
|
|
|
INSTALLATION_DIRS= lib/ioquake3/baseq3 lib/ioquake3/missionpack
|
|
|
|
USE_LANGUAGES= # none
|
|
NO_BUILD= yes
|
|
|
|
RESTRICTED= Use is restricted by id Software.
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
NO_SRC_ON_FTP= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/baseq3/* \
|
|
${DESTDIR}${PREFIX}/lib/ioquake3/baseq3/
|
|
${INSTALL_DATA} ${WRKSRC}/missionpack/* \
|
|
${DESTDIR}${PREFIX}/lib/ioquake3/missionpack/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|