mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5f7840f9c1
MASTER_SITES into bsd.sites.mk (MASTER_SITE_XFREE). Also add officially announced by xfree http mirror. Following is the announcement. [20 September 2000] XFree86 nows offers http download access! This is a big story for those who cannot download via ftp access because of proxy/firewall concerns. This has been generously donated by the Computing Center of the University of Applied Sciences in Esslingen, Germany. This is a full ftp mirror repository which is updated hourly with a connection speed of 20 MegaBit.
45 lines
1.0 KiB
Makefile
45 lines
1.0 KiB
Makefile
# New ports collection makefile for: XFree86-4-documents-4.0.1
|
|
# Date created: 10 Oct 1999
|
|
# Whom: taguchi@tohoku.iij.ad.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= documents
|
|
PORTVERSION= 4.0.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XFREE}
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
PKGNAMEPREFIX= XFree86-
|
|
DISTFILES= X401src-1.tgz X401src-2.tgz
|
|
EXTRACT_ONLY= X401src-2.tgz
|
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
XFREE86_VERSION= 4
|
|
USE_IMAKE= YES
|
|
PROJECTROOT= -DProjectRoot=${PREFIX}
|
|
DIST_SUBDIR= xc
|
|
WRKSRC= ${WRKDIR}/xc/doc
|
|
DEFFILE= ${PREFIX}/lib/X11/config/FreeBSD.ports.def
|
|
INSTALL_TARGET= install install.man
|
|
|
|
post-extract:
|
|
(cd ${WRKDIR} && \
|
|
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
|
|
${DISTDIR}/${DIST_SUBDIR}/X401src-1.tgz \
|
|
${EXTRACT_AFTER_ARGS} xc/doc)
|
|
|
|
do-configure:
|
|
(cd ${WRKSRC} && \
|
|
imake -DUseInstalled ${PROJECTROOT} -I${PREFIX}/lib/X11/config \
|
|
-DBuildMiscDocs=YES -DBuildSpecsDocs=YES \
|
|
-DBuildLinuxDocPS=NO \
|
|
-DFreeBSDBuildXdoc=YES \
|
|
-DTOPDIR=.. -DCURDIR=.; \
|
|
${MAKE} Makefiles ; \
|
|
${MAKE} includes ; \
|
|
${MAKE} depend)
|
|
|
|
.include <bsd.port.mk>
|