21aa2d1516
downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS for font ports to catch new requirements as of 4.2.0. PR: 40362, 40759 Approved by: des (mentor)
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# New ports collection makefile for: XFree86-VirtualFramebufferServer
|
|
# Date created: 10 Oct 1999
|
|
# Whom: taguchi@tohoku.iij.ad.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= VirtualFramebufferServer
|
|
PORTVERSION= 4.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-servers
|
|
MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \
|
|
${MASTER_SITE_LOCAL:S/$/:local/}
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}/:x \
|
|
anholt/:local
|
|
PKGNAMEPREFIX= XFree86-
|
|
DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz:x Wraphelp.gz:local
|
|
EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz
|
|
|
|
MAINTAINER= anholt@freebsd.org
|
|
|
|
RUN_DEPENDS= ${FONT}:${PORTSDIR}/x11-fonts/XFree86-4-fontDefaultBitmaps
|
|
|
|
FONT= ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz
|
|
|
|
XFREE86_VERSION= 4
|
|
USE_IMAKE= YES
|
|
DIST_SUBDIR= xc
|
|
WRKSRC= ${WRKDIR}/xc
|
|
PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files
|
|
ALL_TARGET= FreeBSDPortsBuild
|
|
INSTALL_TARGET= installXvfb installXserver.man
|
|
MAKE_ENV= MAN_INSTALL_TARGET=installXvfb.man
|
|
MAN1= Xserver.1 Xvfb.1
|
|
|
|
post-extract:
|
|
${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.gz > \
|
|
${WRKSRC}/lib/Xdmcp/Wraphelp.c
|
|
|
|
do-configure:
|
|
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
|
@cd ${WRKSRC}; ${MAKE} FreeBSDPortsConfigure
|
|
|
|
.include <bsd.port.mk>
|