a8793d3005
- Stagify; drop no longer needed MAKE_ARGS and post-install target - Touch pkg-descr and slave port's COMMENT while I'm at them Reported by: pkg-fallout
12 lines
299 B
Makefile
12 lines
299 B
Makefile
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qwdtools
|
|
CATEGORIES= games converters
|
|
COMMENT= Convert QuakeWorld demos from QWD format to MVD format
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PKGMESSAGE= /nonexistent
|
|
|
|
MASTERDIR= ${.CURDIR}/../mvdsv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|