mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.4.6
This commit is contained in:
parent
5530ead648
commit
e019859bdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27386
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: genius
|
||||
# Version required: 0.4.2
|
||||
# Version required: 0.4.6
|
||||
# Date created: 1 May 1999
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= genius-0.4.2
|
||||
DISTNAME= genius-0.4.6
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= http://ftp.5z.com/pub/genius/
|
||||
|
||||
@ -29,12 +29,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/genius
|
||||
.for file in AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/genius
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (genius-0.4.2.tar.gz) = 140bf41fbe1c087fe15727791a0b5574
|
||||
MD5 (genius-0.4.6.tar.gz) = 19ea130f7620e3aacb78319924b3c0f0
|
||||
|
@ -1,22 +1,29 @@
|
||||
bin/genius
|
||||
bin/gnome-genius
|
||||
share/doc/genius/AUTHORS
|
||||
share/doc/genius/COPYING
|
||||
share/doc/genius/ChangeLog
|
||||
share/doc/genius/NEWS
|
||||
share/doc/genius/README
|
||||
share/doc/genius/TODO
|
||||
include/genius/calc.h
|
||||
include/genius/eval.h
|
||||
include/genius/plug_api.h
|
||||
include/genius/structs.h
|
||||
lib/genius/libtestplugin.a
|
||||
lib/genius/libtestplugin.so
|
||||
lib/genius/libtestplugin.so.0
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
share/gnome/apps/Utilities/gnome-genius.desktop
|
||||
share/gnome/genius/lib.gel
|
||||
share/gnome/genius/lib.cgel
|
||||
share/gnome/genius/gel/lib.gel
|
||||
share/gnome/genius/gel/lib.cgel
|
||||
share/gnome/genius/plugins/test.plugin
|
||||
share/locale/cs/LC_MESSAGES/genius.mo
|
||||
share/locale/de/LC_MESSAGES/genius.mo
|
||||
share/locale/es/LC_MESSAGES/genius.mo
|
||||
share/locale/fr/LC_MESSAGES/genius.mo
|
||||
share/locale/ga/LC_MESSAGES/genius.mo
|
||||
share/locale/it/LC_MESSAGES/genius.mo
|
||||
share/locale/ko/LC_MESSAGES/genius.mo
|
||||
share/locale/no/LC_MESSAGES/genius.mo
|
||||
share/locale/pl/LC_MESSAGES/genius.mo
|
||||
share/locale/pt/LC_MESSAGES/genius.mo
|
||||
@dirrm share/doc/genius
|
||||
share/locale/sv/LC_MESSAGES/genius.mo
|
||||
@dirrm share/gnome/genius/plugins
|
||||
@dirrm share/gnome/genius/gel
|
||||
@dirrm share/gnome/genius
|
||||
@dirrm lib/genius
|
||||
|
Loading…
Reference in New Issue
Block a user