mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
2777744dfd
commit
a3ea8ee9f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351007
@ -11,20 +11,16 @@ MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows
|
||||
COMMENT= GNOME 2 calculator tool based on the old calctool for OpenWindows
|
||||
|
||||
CONFLICTS= gcalctool-2.31.*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= bison gettext pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20
|
||||
USES= bison gettext gmake libtool pathfix pkgconfig tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomeprefix intlhack gconf2 gnomedocutils gtk20
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= gcalctool.1
|
||||
GLIB_SCHEMAS= org.gnome.gcalctool.gschema.xml
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/gcalccmd
|
||||
bin/gcalctool
|
||||
bin/gnome-calculator
|
||||
man/man1/gcalctool.1.gz
|
||||
share/applications/gcalctool.desktop
|
||||
%%DATADIR%%/buttons-advanced.ui
|
||||
%%DATADIR%%/buttons-basic.ui
|
||||
|
Loading…
Reference in New Issue
Block a user