2004-05-07 22:18:40 +02:00
|
|
|
# New ports collection makefile for: libXp
|
|
|
|
# Date Created: 4 May 2004
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXp
|
|
|
|
PORTVERSION= 6.0
|
|
|
|
CATEGORIES= x11
|
2005-02-14 21:57:19 +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:18:40 +02:00
|
|
|
DISTNAME= X11R6.7.0-src1
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X print library
|
|
|
|
|
2004-05-29 22:14:49 +02:00
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \
|
2004-05-07 22:18:40 +02:00
|
|
|
${X11BASE}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printext
|
2004-05-11 10:16:17 +02:00
|
|
|
BUILD_DEPENDS= ${LIB_PC_DEPENDS}
|
2004-05-07 22:18:40 +02:00
|
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
|
|
|
|
2004-07-26 20:32:46 +02:00
|
|
|
CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
2004-05-07 22:18:40 +02:00
|
|
|
|
|
|
|
USE_IMAKE= YES
|
2004-05-09 06:38:26 +02:00
|
|
|
USE_X_PREFIX= no
|
|
|
|
PREFIX?= ${X11BASE}
|
2004-05-07 22:18:40 +02:00
|
|
|
DIST_SUBDIR= xorg
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
WRKSRC= ${WRKDIR}/xc/lib/Xp
|
|
|
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/lib/Xp
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|