freebsd-ports/x11/libXp/Makefile
Eric Anholt cf80d22f0c Register missing CONFLICTS, mostly on xorg-libraries-*
Reported by:	Kent Stewart <kstewart@owt.com>
2004-07-26 18:32:46 +00:00

33 lines
772 B
Makefile

# 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
MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/
DISTNAME= X11R6.7.0-src1
MAINTAINER= x11@FreeBSD.org
COMMENT= X print library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \
${X11BASE}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printext
BUILD_DEPENDS= ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_IMAKE= YES
USE_X_PREFIX= no
PREFIX?= ${X11BASE}
DIST_SUBDIR= xorg
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/xc/lib/Xp
EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/lib/Xp
.include <bsd.port.mk>