mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Update to 2.0.12
- Install the examples
This commit is contained in:
parent
dcb73f63de
commit
db218b3a01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139913
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gob2
|
||||
PORTVERSION= 2.0.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.12
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0
|
||||
@ -22,6 +21,24 @@ USE_GNOME= glib20
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
PLIST_FILES= bin/gob2 share/aclocal/gob2.m4 ${EXAMPLES:S/^/%%EXAMPLESDIR%%\//}
|
||||
PLIST_DIRS= %%EXAMPLESDIR%%
|
||||
|
||||
MAN1= gob2.1
|
||||
|
||||
EXAMPLES= GNOME_Foo_SomeInterface.idl \
|
||||
README \
|
||||
foo-some-interface.gob \
|
||||
gtk-button-count.gob \
|
||||
my-glade-main.c \
|
||||
my-glade.glade \
|
||||
my-glade.gob \
|
||||
my-person.gob
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
.for f in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gnome2/gob2-2.0.11.tar.gz) = 12a5f3bb9d3e6b62dcb914f541709c63
|
||||
SIZE (gnome2/gob2-2.0.11.tar.gz) = 239798
|
||||
MD5 (gnome2/gob2-2.0.12.tar.gz) = d56aee779ff576a4d566ee161fd62f3e
|
||||
SIZE (gnome2/gob2-2.0.12.tar.gz) = 236357
|
||||
|
@ -1,2 +0,0 @@
|
||||
bin/gob2
|
||||
share/aclocal/gob2.m4
|
Loading…
Reference in New Issue
Block a user