Support stage
This commit is contained in:
parent
9183d3dd3f
commit
7740cc5e5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350964
2 changed files with 4 additions and 4 deletions
|
@ -10,11 +10,11 @@ MASTER_SITES= GNOME
|
|||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A library for creating trees of CORBA IDL files
|
||||
COMMENT= Library for creating trees of CORBA IDL files
|
||||
|
||||
USES= gmake bison pathfix pkgconfig gettext
|
||||
USE_BZIP2= yes
|
||||
USES= gmake bison libtool pathfix pkgconfig gettext tar:bzip2
|
||||
USE_GNOME= glib20
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
||||
|
@ -23,5 +23,4 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
|
||||
INFO= libIDL2
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -4,6 +4,7 @@ lib/libIDL-2.a
|
|||
lib/libIDL-2.la
|
||||
lib/libIDL-2.so
|
||||
lib/libIDL-2.so.0
|
||||
lib/libIDL-2.so.0.0.0
|
||||
libdata/pkgconfig/libIDL-2.0.pc
|
||||
@dirrm include/libIDL-2.0/libIDL
|
||||
@dirrm include/libIDL-2.0
|
||||
|
|
Loading…
Reference in a new issue