resolve conflict when importing a prior removed port
This commit is contained in:
parent
9d36ce569e
commit
8d84fe6db0
31
devel/libIDL/Makefile
Normal file
31
devel/libIDL/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2003/01/31 18:19:29 todd Exp $
|
||||
|
||||
COMMENT= "IDL parsing library"
|
||||
|
||||
DISTNAME= libIDL-0.8.0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libIDL/0.8/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
|
||||
LIB_DEPENDS= glib-2.0.0.0::devel/glib2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
6
devel/libIDL/pkg/DESCR
Normal file
6
devel/libIDL/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
libIDL is a small library for creating parse trees of CORBA v2.2
|
||||
compliant Interface Definition Language (IDL) files, which is a
|
||||
specification for defining interfaces which can be used between
|
||||
different CORBA implementations.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
devel/libIDL/pkg/PFRAG.shared
Normal file
3
devel/libIDL/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2003/01/31 18:19:29 todd Exp $
|
||||
lib/libIDL-2.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
13
devel/libIDL/pkg/PLIST
Normal file
13
devel/libIDL/pkg/PLIST
Normal file
@ -0,0 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2003/01/31 18:19:29 todd Exp $
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/libIDL2.info
|
||||
bin/libIDL-config-2
|
||||
include/libIDL-2.0/libIDL/IDL.h
|
||||
info/libIDL2.info
|
||||
lib/libIDL-2.a
|
||||
lib/libIDL-2.la
|
||||
lib/pkgconfig/libIDL-2.0.pc
|
||||
%%SHARED%%
|
||||
@comment @dirrm lib/pkgconfig
|
||||
@dirrm include/libIDL-2.0/libIDL
|
||||
@dirrm include/libIDL-2.0
|
||||
@exec install-info --info-dir=%D/info %D/info/libIDL2.info
|
Loading…
Reference in New Issue
Block a user