diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /databases/mdbtools/Makefile | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/mdbtools/Makefile')
-rw-r--r-- | databases/mdbtools/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile deleted file mode 100644 index dde139981..000000000 --- a/databases/mdbtools/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: mdbtools -# Date created: 25 April 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= mdbtools -PORTVERSION= 0.5 -PORTREVISION= 10 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utilities and libraries to export data from MS Access databases (.mdb) - -BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk # To build man-pages - -USE_BISON= yes -USE_GNOME= glib20 -WANT_GNOME= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -DOCS= AUTHORS ChangeLog HACKING NEWS README TODO -MAN1= mdb-ver.1 mdb-tables.1 mdb-schema.1 mdb-sql.1 mdb-export.1 - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_XLIB= yes -USE_GNOME+= gnomeprefix gnomehack libgnomeui -PKGNAMESUFFIX= -gnome -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|$$(srcdir)/$$<|$$(srcdir)/$$>|g' \ - ${WRKSRC}/doc/Makefile.in - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> |