blob: 81215d112836ce4d92318f85725cfdd016dbaca0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# ports collection makefile for: gigabase
# Date created: 15 August 2000
# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
#
# $FreeBSD$
#
PORTNAME= gigabase
PORTVERSION= 2.56
CATEGORIES= databases
MASTER_SITES= http://www.ispras.ru/~knizhnik/
MAINTAINER= ozz@FreeBSD.org.ru
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALLS_SHLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --build=$(ARCH} --host=unknown-freebsd --target=${OSREL}
.include <bsd.port.mk>
|