freebsd-ports/x11-servers/XttXF86srv-Mach32/Makefile
Satoshi Asami 555a3ebe6c Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port.  (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
1998-12-01 03:06:49 +00:00

23 lines
514 B
Makefile

# New ports collection makefile for: Xserver for Mach32 with X True Type
# Version required: 1.0
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
# $Id: Makefile,v 1.3 1998/10/10 04:22:04 steve Exp $
#
DISTNAME= xc
PKGNAME= xtt-Mach32-1.0
CATEGORIES= x11
MAINTAINER= taguchi@tohoku.iij.ad.jp
RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common
SERVER= XF86_Mach32
MASTERDIR= ${.CURDIR}/../XttXF86srv-common
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"