databases/flamerobin: Stage, indicate license, DF support (dports)
This commit is contained in:
parent
686f2f295d
commit
1096b316ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360773
@ -3,13 +3,18 @@
|
||||
|
||||
PORTNAME= flamerobin
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The GUI administration tool for firebird database
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GUI administration tool for firebird database
|
||||
|
||||
LICENSE= expat
|
||||
LICENSE_NAME= FlameRobin Expat
|
||||
LICENSE_FILE= ${WRKSRC}/docs/fr_license.html
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USE_FIREBIRD= yes
|
||||
USE_WX= 2.8+
|
||||
@ -22,12 +27,5 @@ GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
MAN1= flamerobin.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
18
databases/flamerobin/files/patch-configure
Normal file
18
databases/flamerobin/files/patch-configure
Normal file
@ -0,0 +1,18 @@
|
||||
--- configure.orig 2008-10-22 09:36:24.000000000 +0000
|
||||
+++ configure
|
||||
@@ -7361,6 +7361,7 @@ EOF
|
||||
;;
|
||||
|
||||
powerpc-apple-macos* | \
|
||||
+ *-*-dragonfly* | \
|
||||
*-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
|
||||
*-*-mirbsd* | \
|
||||
*-*-sunos4* | \
|
||||
@@ -7404,6 +7405,7 @@ echo "$as_me: error: unknown system type
|
||||
SONAME_FLAG=
|
||||
|
||||
case "${BAKEFILE_HOST}" in
|
||||
+ *-*-dragonfly | \
|
||||
*-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
|
||||
*-*-k*bsd*-gnu | *-*-mirbsd* )
|
||||
if test "x$SUNCXX" = "xyes"; then
|
@ -1,4 +1,5 @@
|
||||
bin/flamerobin
|
||||
man/man1/flamerobin.1.gz
|
||||
%%DATADIR%%/conf-defs/db_settings.confdef
|
||||
%%DATADIR%%/conf-defs/fr_settings.confdef
|
||||
%%DATADIR%%/docs/fr_license.html
|
||||
|
Loading…
Reference in New Issue
Block a user