# ports collection makefile for: gigabase # Date created: 15 August 2000 # Whom: Sergey Osokin aka oZZ # # $FreeBSD$ # PORTNAME= gigabase PORTVERSION= 2.31 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} do-install: @${MKDIR} -m 755 ${PREFIX}/include/${PORTNAME} @for f in gigabase.h stdtp.h class.h database.h cursor.h reference.h \ wwwapi.h array.h file.h hashtab.h btree.h sync.h query.h \ datetime.h pagepool.h blob.h container.h cli.h ; do \ ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/$$f \ ${PREFIX}/include/${PORTNAME}/$$f ;\ done @${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/.libs/subsql \ ${PREFIX}/bin/subsql @for f in libgigabase_r.a libgigabase_r.so.2 libcli_r.a libcli_r.so.2 ; do \ ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/.libs/$$f \ ${PREFIX}/lib/$f ;\ done .include /~lantw44/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update to 0.3.2.2rafan2006-12-192-5/+5
* Change the following ports to my FreeBSD.org email.chinsan2006-10-031-1/+1
* - Update to 0.3.0.2rafan2006-08-263-8/+9
* - Unbreak on 4.X.jmelo2006-04-111-0/+1
* - Update to 0.2.4jmelo2006-04-073-5/+9
* Update to 0.2.1.novel2006-03-163-4/+11
* Conversion to a single libtool environment.ade2006-02-231-0/+1