diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-05-08 18:12:00 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-05-08 18:12:00 +0000 |
commit | 41094c1815e17f299c80663a8f537c571e5e27ec (patch) | |
tree | 7af548bf07193acdb800007476bae8147020a341 /databases/frontbase/Makefile | |
parent | 18ae014dcb5fade7c3e3f4ec91bac5a89f23e443 (diff) |
Notes
Diffstat (limited to 'databases/frontbase/Makefile')
-rw-r--r-- | databases/frontbase/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/databases/frontbase/Makefile b/databases/frontbase/Makefile index b01b776d731e..9c2b3ddcd170 100644 --- a/databases/frontbase/Makefile +++ b/databases/frontbase/Makefile @@ -5,24 +5,25 @@ # $FreeBSD$ # -PORTNAME= frontbase -PORTVERSION= 4.2.8 +PORTNAME= FrontBase +PORTVERSION= 4.2.9 CATEGORIES= databases MASTER_SITES= http://www.frontbase.com/download/Download_${PORTVERSION}/FreeBSD5/:db MASTER_SITES+= http://www.frontbase.com/download/WO5Plugin/UnixLinux/:plugin -DISTNAME= FrontBase-${PORTVERSION} -DISTFILES= FrontBase-${PORTVERSION}.tar:db +DISTFILES= FrontBase-${PORTVERSION}-FreeBSD5.tar:db -MAINTAINER?= ports@FreeBSD.org +MAINTAINER= mjs@bur.st COMMENT= Frontbase SQL Database Server -IS_INTERACTIVE= yes -RESTRICTED= License doesn't allow redistribution +LICENSE= FrontBase +LICENSE_NAME= FrontBase +LICENSE_FILE= ${FILESDIR}/LICENSE.txt +LICENSE_PERMS= no-auto-accept # nothing else allowed either + +NO_PACKAGE= license requires confirmation USE_RC_SUBR= frontbase.sh USE_LDCONFIG= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= pkg-deinstall SUB_FILES+= pkg-message ONLY_FOR_ARCHS= i386 @@ -30,8 +31,8 @@ ONLY_FOR_ARCHS= i386 # Binary is built for 5.X : LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x -FB_USER= frontbase -FB_GROUP= frontbase +USERS= frontbase +GROUPS= frontbase NO_BUILD= yes FBPKGNAME= Package.tar.gz FBDATADIRS= Collations Library Translations |