2010-11-15 14:45:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.33 2010/11/15 19:45:59 espie Exp $
|
2003-01-31 13:19:29 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= IDL parsing library
|
2003-01-31 13:19:29 -05:00
|
|
|
|
2008-02-03 15:55:00 -05:00
|
|
|
GNOME_PROJECT= libIDL
|
2010-03-30 06:51:11 -04:00
|
|
|
GNOME_VERSION= 0.8.14
|
|
|
|
|
2006-11-12 11:51:05 -05:00
|
|
|
SHARED_LIBS += IDL-2 0.1 # .0.0
|
2010-03-30 06:51:11 -04:00
|
|
|
|
2003-01-31 13:19:29 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
|
2010-03-30 06:51:11 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-11-16 16:44:14 -05:00
|
|
|
# LGPLv2
|
2003-01-31 13:19:29 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2008-02-03 15:55:00 -05:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
2003-01-31 13:19:29 -05:00
|
|
|
|
2010-11-08 04:57:39 -05:00
|
|
|
WANTLIB= pcre glib-2.0
|
2010-11-15 14:45:56 -05:00
|
|
|
LIB_DEPENDS= devel/glib2
|
2003-01-31 13:19:29 -05:00
|
|
|
|
2010-10-18 09:28:51 -04:00
|
|
|
|
2003-01-31 13:19:29 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2006-11-12 11:51:05 -05:00
|
|
|
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
|
|
|
|
|
2003-01-31 13:19:29 -05:00
|
|
|
.include <bsd.port.mk>
|