mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
37fc47bb22
- Reflect project move to qw-dev.net - Drop custom Makefile, use vendor provided - Utilize OPTIONS - Properly display pkg-message
17 lines
379 B
Makefile
17 lines
379 B
Makefile
# New ports collection makefile for: QWDtools
|
|
# Date created: 24 Sen 2003
|
|
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qwdtools
|
|
CATEGORIES= games converters
|
|
COMMENT= Converts QuakeWorld demos from QWD format to MVD format
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PKGMESSAGE= /nonexistent
|
|
|
|
MASTERDIR= ${.CURDIR}/../mvdsv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|