freebsd-ports/databases/gigabase/Makefile

28 lines
572 B
Makefile
Raw Normal View History

# Created by: Sergey A. Osokin <osa@FreeBSD.org.ru>
# $FreeBSD$
PORTNAME= gigabase
2014-06-18 09:41:51 +02:00
PORTVERSION= 3.91
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \
http://www.garret.ru/
2014-02-06 04:17:07 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Object-Relational Database Management System
2014-06-18 09:41:51 +02:00
LICENSE= MIT
WRKSRC= ${WRKDIR}/${PORTNAME}
2015-04-18 21:09:03 +02:00
GNU_CONFIGURE= yes
USES= autoreconf dos2unix gmake libtool
DOS2UNIX_FILES= Makefile.in configure.in *.cpp *.h
2014-06-18 09:41:51 +02:00
USE_GCC= any
USE_LDCONFIG= yes
2015-06-07 17:23:23 +02:00
post-build:
${STRIP_CMD} ${WRKSRC}/.libs/*.so
2011-11-07 04:25:29 +01:00
.include <bsd.port.mk>