74823dbc2a
to use interface for browsing vocabularies (categories) like you would browse a directory tree. Each term in the vocabulary is like a file folder, and clicking on it in the category select box will display all the nodes that have been classified with that term in the node select box. The look may be changed in the CSS, but other display options such as search forms, action buttons, and display names may be specified when the uBrowser is built for display. WWW: http://drupal.org/project/ubrowser PR: ports/120577 Submitted by: Jeremy Iverson <jeremy at algenta.com>
22 lines
566 B
Makefile
22 lines
566 B
Makefile
# New ports collection makefile for: drupal5-ubrowser
|
|
# Date created: 11 February 2008
|
|
# Whom: Jeremy Iverson <jeremy@algenta.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ubrowser
|
|
DISTVERSION= 5.x-1.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://ftp.drupal.org/files/projects/
|
|
|
|
MAINTAINER= jeremy@algenta.com
|
|
COMMENT= uBrowser module for Drupal 5
|
|
|
|
DRUPAL5_MODULE= yes
|
|
MODULE_FILES= ubrowser.css ubrowser.info ubrowser.js ubrowser.module
|
|
DOC_FILES= LICENSE.txt readme.txt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|