mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
a5596482c6
Clean up Wraphelp.c inclusion in the ports that need it. Add USE_PERL5 to imake-4. Approved by: des
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# New ports collection makefile for: XFree86-NestServer
|
|
# Date created: 10 Oct 1999
|
|
# Whom: taguchi@tohoku.iij.ad.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= NestServer
|
|
PORTVERSION= 4.2.0
|
|
CATEGORIES= x11-servers
|
|
MASTER_SITES= ${MASTER_SITE_XFREE} \
|
|
ftp://psych.psy.uq.oz.au/pub/X11R5/:wrap \
|
|
ftp://ftp.internat.FreeBSD.org/pub/FreeBSD/X11-Crypto/:wrap \
|
|
ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/:wrap
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
PKGNAMEPREFIX= XFree86-
|
|
DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap
|
|
EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz
|
|
IGNOREFILES= Wraphelp.c
|
|
|
|
MAINTAINER= anholt@freebsd.org
|
|
|
|
XFREE86_VERSION= 4
|
|
USE_IMAKE= YES
|
|
DIST_SUBDIR= xc
|
|
WRKSRC= ${WRKDIR}/xc
|
|
PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files
|
|
MAKE_ENV= MAN_INSTALL_TARGET=installXnest.man
|
|
ALL_TARGET= FreeBSDPortsBuild
|
|
INSTALL_TARGET= installXnest installXserver.man
|
|
MANCOMPRESSED= yes
|
|
MAN1= Xnest.1 Xserver.1
|
|
|
|
post-extract:
|
|
${CP} ${DISTDIR}/${DIST_SUBDIR}/Wraphelp.c ${WRKSRC}/lib/Xdmcp/
|
|
|
|
do-configure:
|
|
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
|
@cd ${WRKSRC}; ${MAKE} FreeBSDPortsConfigure
|
|
|
|
.include <bsd.port.mk>
|