freebsd-ports/databases/gigabase/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

29 lines
592 B
Makefile

# Created by: Sergey A. Osokin <osa@FreeBSD.org.ru>
# $FreeBSD$
PORTNAME= gigabase
PORTVERSION= 3.91
PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \
http://www.garret.ru/
MAINTAINER= ports@FreeBSD.org
COMMENT= Object-Relational Database Management System
LICENSE= MIT
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
USES= autoreconf dos2unix gmake libtool
DOS2UNIX_FILES= Makefile.in configure.in *.cpp *.h
USE_GCC= any
USE_CXXSTD= gnu++98
USE_LDCONFIG= yes
post-build:
${STRIP_CMD} ${WRKSRC}/.libs/*.so
.include <bsd.port.mk>