- Fix build (MAKE_JOBS_UNSAFE);
- Stagify; - Make portlint happier (including setting license, so bump PORTREVISION).
This commit is contained in:
parent
b63b2e2f39
commit
41c6264c98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344381
2 changed files with 5 additions and 2 deletions
|
@ -2,20 +2,23 @@
|
|||
|
||||
PORTNAME= gtk-sharp-beans
|
||||
PORTVERSION= 2.14.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
|
||||
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= Extensions on top of GTK-sharp
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:${PORTSDIR}/devel/gio-sharp
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_BZIP2= yes
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
|
|
|
@ -4,4 +4,4 @@ the blings and desktop integration stuffs anyone would want to use.
|
|||
It builds on top of Gtk# and extend it by adding new classes and extension
|
||||
methods.
|
||||
|
||||
WWW: http://gitorious.org/gtk-sharp-beans
|
||||
WWW: http://gitorious.org/gtk-sharp-beans
|
||||
|
|
Loading…
Reference in a new issue