mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
555a3ebe6c
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.)
23 lines
505 B
Makefile
23 lines
505 B
Makefile
# New ports collection makefile for: Xserver for S3V 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:07 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xc
|
|
PKGNAME= xtt-S3V-1.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common
|
|
|
|
SERVER= XF86_S3V
|
|
|
|
MASTERDIR= ${.CURDIR}/../XttXF86srv-common
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|