62e90b299c
rev. 1.503 for ${PREFIX} == ${XPREFIX} cases.
35 lines
828 B
Makefile
35 lines
828 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://xorg.freedesktop.org/X11R6.7.0/src/ \
|
|
${MASTER_SITE_XORG}
|
|
MASTER_SITE_SUBDIR= X11R6.7/tars
|
|
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>
|