diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:37:54 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:37:54 +0000 |
commit | 67d983c26c6d93a58527603236deec7902035e77 (patch) | |
tree | 735a2552be46ab58edc1672faf27fa4b5e0c911e /databases/gigabase/Makefile | |
parent | bbe7ed6435f660f5e00abcc13fe977f28b64bba7 (diff) | |
download | ports-67d983c26c6d93a58527603236deec7902035e77.tar.gz ports-67d983c26c6d93a58527603236deec7902035e77.zip |
Notes
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r-- | databases/gigabase/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile new file mode 100644 index 000000000000..43d9b5ecaf39 --- /dev/null +++ b/databases/gigabase/Makefile @@ -0,0 +1,20 @@ +# ports collection makefile for: gigabase +# Date created: 15 August 2000 +# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> +# +# $FreeBSD$ +# + +PORTNAME= gigabase +PORTVERSION= 2.14 +CATEGORIES= databases +MASTER_SITES= http://www.ispras.ru/~knizhnik/ + +MAINTAINER= ozz@FreeBSD.org.ru + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-shared --build=$(ARCH} --host=unknown-freebsd --target=${OSREL} + +.include <bsd.port.mk> |