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$
|
2006-07-24 15:03:27 +00:00
|
|
|
# $MCom: ports/devel/libIDL/Makefile,v 1.5 2006/07/24 14:11:11 ahze Exp $
|
2006-11-05 03:45:05 +00:00
|
|
|
#
|
2002-02-12 13:37:38 +00:00
|
|
|
|
|
|
|
PORTNAME= libIDL
|
2007-02-27 06:12:05 +00:00
|
|
|
PORTVERSION= 0.8.8
|
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
|
2006-11-05 03:45:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-02-27 06:12:05 +00:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
|
|
|
--infodir=${PREFIX}/info
|
2002-02-12 13:37:38 +00:00
|
|
|
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>
|