freebsd-ports/x11-servers/XFree86-4-NestServer/Makefile
Satoshi Asami d5b54d0869 Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
2000-10-08 07:21:03 +00:00

36 lines
830 B
Makefile

# New ports collection makefile for: XFree86XNestServer-4.0.1
# Date created: 10 Oct 1999
# Whom: taguchi@tohoku.iij.ad.jp
#
# $FreeBSD$
#
PORTNAME= NestServer
PORTVERSION= 4.0.1
CATEGORIES= x11-servers
MASTER_SITES= ${MASTER_SITE_XFREE}
MASTER_SITE_SUBDIR= ${PORTVERSION}
PKGNAMEPREFIX= XFree86-
DISTFILES= X401src-1.tgz
MAINTAINER= taguchi@tohoku.iij.ad.jp
XFREE86_VERSION= 4
USE_IMAKE= YES
DIST_SUBDIR= xc
WRKSRC= ${WRKDIR}/xc
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/files
SCRIPTS_ENV+= PREFIX=${PREFIX} \
X11BASE=${X11BASE} \
WRKDIR=${WRKDIR} \
DISTDIR=${DISTDIR}
ALL_TARGET= FreeBSDPortsBuild
INSTALL_TARGET= installXnest installXnest.man
MANCOMPRESSED= yes
MAN1= Xnest.1 Xserver.1
do-configure:
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
.include <bsd.port.mk>