mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
d4041784dc
Approved by: portmgr (bdrewery)
29 lines
614 B
Makefile
29 lines
614 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
|
|
|
|
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>
|