mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
72887b1ed1
X Display Manager Control Protocol library Note that due to restrictions on distribution of Wraphelp.c, which FreeBSD has obtained permission for but freedesktop.org hasn't yet, the distfile will be hand-rolled and located on freefall for a while. Testing is encouraged, but please do not use these ports as dependencies until they are updated to release tarballs and the XFree86 ports have been updated to depend on them.
27 lines
626 B
Makefile
27 lines
626 B
Makefile
# New ports collection makefile for: libXdmcp
|
|
# Date Created: 28 Oct, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXdmcp
|
|
PORTVERSION= 0.1.p1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://people.freebsd.org/~anholt/X/files/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Display Manager Control Protocol library
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto
|
|
|
|
USE_BZIP2= yes
|
|
PREFIX?= ${X11BASE}
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|