mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Add LICENSE_FILE
- Switch to USES=localbase - Switch to options helpers - Regenerate patches
This commit is contained in:
parent
b999017f3a
commit
2c1311e413
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455121
@ -11,14 +11,14 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GTK2-based toolbar, like a smaller GNOME panel
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake pkgconfig localbase tar:bzip2
|
||||
USE_GNOME= gtk20
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
USE_XORG= x11
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib -lX11
|
||||
LIBS+= -lX11
|
||||
|
||||
OPTIONS_DEFINE= CURL DOCS GTOP
|
||||
OPTIONS_DEFAULT= CURL GTOP
|
||||
@ -40,7 +40,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|"getopt\.h"|<getopt.h>|g' ${WRKSRC}/src/mdh.c
|
||||
@${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/curl.c
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- lib/gini/gini.c.orig Fri Jul 8 08:10:18 2005
|
||||
+++ lib/gini/gini.c Fri Oct 7 03:35:03 2005
|
||||
@@ -190,7 +190,7 @@
|
||||
--- lib/gini/gini.c.orig 2005-07-07 23:10:18 UTC
|
||||
+++ lib/gini/gini.c
|
||||
@@ -190,7 +190,7 @@ static void value_transform_string_ulong
|
||||
|
||||
static void value_transform_string_int64(const GValue *src, GValue *dst)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user