2003-12-21 20:46:37 +01:00
|
|
|
# New ports collection makefile for: libXtrans
|
|
|
|
# Date Created: 28 Oct, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXtrans
|
2004-01-25 09:32:15 +01:00
|
|
|
PORTVERSION= 0.1
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-12-21 20:46:37 +01:00
|
|
|
CATEGORIES= x11
|
2004-01-25 09:32:15 +01:00
|
|
|
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
2003-12-21 20:46:37 +01:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
2004-01-25 09:32:15 +01:00
|
|
|
COMMENT= Network API translation layer for X applications and libraries
|
2003-12-21 20:46:37 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX?= ${X11BASE}
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-12-21 20:46:37 +01:00
|
|
|
USE_GMAKE= yes
|
2004-01-25 09:32:15 +01:00
|
|
|
USE_GNOME= gnomehack
|
2003-12-21 20:46:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|