openbsd-ports/devel/libIDL/Makefile
jasper 1958eb1491 - update libIDL to 0.8.10
(prepare for new glib, added missing braces)
- add license marker
- switch to use gnome.port.mk

ok ajacoutot@
2008-02-03 20:55:00 +00:00

35 lines
780 B
Makefile

# $OpenBSD: Makefile,v 1.25 2008/02/03 20:55:00 jasper Exp $
COMMENT= IDL parsing library
GNOME_PROJECT= libIDL
GNOME_VERSION= 0.8.10
SHARED_LIBS += IDL-2 0.1 # .0.0
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext \
x11/gnome
WANTLIB= pcre
LIB_DEPENDS= glib-2.0::devel/glib2
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-build:
# Info files shipped in the official distfile aren't correctly
# recoginzed by our ports infrastructure as a valid info files.
@rm -f ${WRKSRC}/*.info
.include <bsd.port.mk>