openbsd-ports/devel/libIDL/Makefile
ajacoutot 0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00

41 lines
812 B
Makefile

# $OpenBSD: Makefile,v 1.37 2012/09/01 14:36:57 ajacoutot Exp $
COMMENT= IDL parsing library
GNOME_PROJECT= libIDL
GNOME_VERSION= 0.8.14
REVISION= 1
SHARED_LIBS += IDL-2 0.1 # .0.0
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext \
x11/gnome
WANTLIB= pcre glib-2.0
LIB_DEPENDS= devel/glib2
CONFIGURE_STYLE= gnu
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>