mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
12 lines
237 B
Makefile
12 lines
237 B
Makefile
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= An enhanced version of XPilot (client program)
|
|
|
|
MASTERDIR= ${.CURDIR}/../xpilot-ng-server
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|