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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2003-12-21 20:46:37 +01:00
|
|
|
CATEGORIES= x11
|
2005-07-11 19:34:26 +02:00
|
|
|
MASTER_SITES= http://xlibs.freedesktop.org/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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
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>
|