2004-05-07 22:08:46 +02:00
|
|
|
# New ports collection makefile for: PrintExt
|
|
|
|
# Date Created: 4 May 2004
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-05-10 05:29:13 +02:00
|
|
|
PORTNAME= printext
|
2004-05-07 22:08:46 +02:00
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= x11
|
2005-02-14 21:44:49 +01:00
|
|
|
MASTER_SITES= http://xorg.freedesktop.org/X11R6.7.0/src/ \
|
|
|
|
${MASTER_SITE_XORG}
|
|
|
|
MASTER_SITE_SUBDIR= X11R6.7/tars
|
2004-05-07 22:08:46 +02:00
|
|
|
DISTNAME= X11R6.7.0-src1
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= Header files for the X Print Extension
|
|
|
|
|
2004-07-26 20:32:46 +02:00
|
|
|
CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
2004-05-07 22:08:46 +02:00
|
|
|
|
|
|
|
PREFIX?= ${X11BASE}
|
|
|
|
DIST_SUBDIR= xorg
|
|
|
|
WRKSRC= ${WRKDIR}/xc/include/extensions
|
|
|
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/include/extensions
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2004-05-09 08:58:54 +02:00
|
|
|
DEST=${PREFIX}/include/X11/extensions
|
|
|
|
|
2004-05-07 22:08:46 +02:00
|
|
|
do-install:
|
2005-03-18 21:30:04 +01:00
|
|
|
${MKDIR} ${DEST}
|
2004-05-09 08:58:54 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/Print.h ${DEST}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Printstr.h ${DEST}
|
2004-05-07 22:08:46 +02:00
|
|
|
|
2005-06-15 04:42:14 +02:00
|
|
|
.include <bsd.port.mk>
|