1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/games/frikqcc/Makefile
Alexey Dokuchaev 085aae91a3 Cleanup QuakeC compilers we have in the tree:
- Trim old-school Makefile headers
- Get rid of NOPORTDOCS (replace with PORT_OPTIONS:MDOCS}
- Some other things along the line (non-functional)
2013-03-17 12:39:11 +00:00

30 lines
634 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= frikqcc
PORTVERSION= 2.6
CATEGORIES= games devel
MASTER_SITES= http://wiki.quakesrc.org/files/ \
http://freebsd.nsu.ru/distfiles/
DISTNAME= ${PORTNAME:S/qcc//}${PORTVERSION:S/.//g}src
MAINTAINER= danfe@FreeBSD.org
COMMENT= Advanced QuakeC compiler/decompiler
LICENSE= GPLv2
USE_ZIP= yes
MAKEFILE= ${FILESDIR}/Makefile
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/frikqcc bin/frikqcdec
do-install:
.for p in ${PLIST_FILES:T}
${INSTALL_PROGRAM} ${WRKSRC}/${p} ${PREFIX}/bin
.endfor
.include "${.CURDIR}/../quake-source/Makefile.include"
.include <bsd.port.mk>