mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
67d983c26c
PR: 20661 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
21 lines
465 B
Makefile
21 lines
465 B
Makefile
# 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>
|