2001-06-12 11:01:11 -04:00
|
|
|
# New ports collection makefile for: XFree86-PrintServer
|
2000-06-08 06:42:32 -04:00
|
|
|
# Date created: 10 Oct 1999
|
|
|
|
# Whom: taguchi@tohoku.iij.ad.jp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= PrintServer
|
2002-03-16 18:40:19 -05:00
|
|
|
PORTVERSION= 4.2.0
|
2000-06-08 06:42:32 -04:00
|
|
|
CATEGORIES= x11-servers
|
2002-03-16 18:40:19 -05:00
|
|
|
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}
|
2000-06-08 06:42:32 -04:00
|
|
|
PKGNAMEPREFIX= XFree86-
|
2002-03-16 18:40:19 -05:00
|
|
|
DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap
|
|
|
|
EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz
|
|
|
|
IGNOREFILES= Wraphelp.c
|
2000-06-08 06:42:32 -04:00
|
|
|
|
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
|
2000-08-25 06:35:22 -04:00
|
|
|
XFREE86_VERSION= 4
|
|
|
|
USE_IMAKE= YES
|
|
|
|
DIST_SUBDIR= xc
|
|
|
|
WRKSRC= ${WRKDIR}/xc
|
2001-03-25 18:04:52 -05:00
|
|
|
PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files
|
2002-01-06 15:26:43 -05:00
|
|
|
SCRIPTS_ENV= HasXdmAuth=${HasXdmAuth}
|
2001-03-25 18:04:52 -05:00
|
|
|
MAKE_ENV= MAN_INSTALL_TARGET=NOOP
|
2000-08-25 06:35:22 -04:00
|
|
|
ALL_TARGET= FreeBSDPortsBuild
|
2001-06-12 11:01:11 -04:00
|
|
|
INSTALL_TARGET= installXprt
|
2000-06-08 06:42:32 -04:00
|
|
|
|
2002-03-16 18:40:19 -05:00
|
|
|
HasXdmAuth?= YES
|
2001-12-14 21:58:35 -05:00
|
|
|
|
2000-08-25 06:35:22 -04:00
|
|
|
do-configure:
|
|
|
|
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
2000-06-08 06:42:32 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|