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