summaryrefslogtreecommitdiffstats
path: root/deskutils/alexandria/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /deskutils/alexandria/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-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 'deskutils/alexandria/Makefile')
-rw-r--r--deskutils/alexandria/Makefile60
1 files changed, 0 insertions, 60 deletions
diff --git a/deskutils/alexandria/Makefile b/deskutils/alexandria/Makefile
deleted file mode 100644
index 80380a017..000000000
--- a/deskutils/alexandria/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: Alexandria
-# Date created: 18 March 2005
-# Whom: Mitsuru YOSHIDA <mitsuru@riken.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= alexandria
-PORTVERSION= 0.6.1
-PORTREVISION= 4
-CATEGORIES= deskutils ruby
-MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= mitsuru@riken.jp
-COMMENT= A GNOME application to help you manage your book collection
-
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/amazon.rb:${PORTSDIR}/www/ruby-amazon \
- ${RUBY_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext \
- ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \
- ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \
- ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \
- ${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2
-
-USE_GNOME= gnomehier
-INSTALLS_OMF= yes
-USE_GETTEXT= yes
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-RUBY_SETUP= install.rb
-
-DOCS= NEWS README TODO
-GCONF_SCHEMAS= alexandria.schemas
-
-RUBY_REQUIRE= Ruby > 180
-CONFIGURE_ARGS= "--prefix=${PREFIX}"
-
-.include <bsd.port.pre.mk>
-
-.if !defined(RUBY_PROVIDED)
-IGNORE= only works with Ruby 1.8.0 or later
-.endif
-
-post-extract:
- @${MV} ${WRKSRC}/data/omf ${WRKSRC}/data/gnome/
-
-post-install:
- @${MKDIR} ${LOCALBASE}/etc/gconf/schemas
- @${INSTALL_DATA} ${WRKSRC}/schemas/alexandria.schemas \
- ${LOCALBASE}/etc/gconf/schemas/
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.post.mk>