2002-02-12 14:37:38 +01:00
|
|
|
# New ports collection makefile for: libIDL
|
|
|
|
# Date Created: 12 February 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2008-02-01 05:23:52 +01:00
|
|
|
# $MCom: ports/devel/libIDL/Makefile,v 1.5 2006/07/24 14:11:11 ahze Exp $
|
2006-11-05 04:45:05 +01:00
|
|
|
#
|
2002-02-12 14:37:38 +01:00
|
|
|
|
|
|
|
PORTNAME= libIDL
|
2008-02-01 05:23:52 +01:00
|
|
|
PORTVERSION= 0.8.10
|
2002-02-12 14:37:38 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
|
2002-02-12 14:37:38 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2006-05-16 06:22:37 +02:00
|
|
|
COMMENT= A library for creating trees of CORBA IDL files
|
2002-02-12 14:37:38 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2003-04-24 05:36:59 +02:00
|
|
|
USE_GNOME= gnomehack glib20
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
2002-02-12 14:37:38 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2003-08-17 06:14:30 +02:00
|
|
|
INFO= libIDL2
|
|
|
|
|
2002-02-12 14:37:38 +01:00
|
|
|
.include <bsd.port.mk>
|