freebsd-ports/www/drupal5-thickbox/Makefile
Martin Wilke d2922db9d2 The Thickbox module is a wrapper for the jQuery plugin ThickBox.
ThickBox is a webpage UI dialog widget written in JavaScript on top of the
jQuery library. Its function is to show a single image, multiple images,
inline content, iframed content, or content served through AJAX in a hybrid
modal.

WWW: http://drupal.org/project/thickbox

PR:		ports/120583
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 17:12:20 +00:00

26 lines
703 B
Makefile

# New ports collection makefile for: drupal5-thickbox
# Date created: 11 February 2008
# Whom: Jeremy Iverson <jeremy@algenta.com>
#
# $FreeBSD$
#
PORTNAME= thickbox
DISTVERSION= 5.x-1.1
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= jeremy@algenta.com
COMMENT= Thickbox module for Drupal 5
DRUPAL5_MODULE= yes
MODULE_DIRS= po
MODULE_FILES= loading_animation.gif thickbox_auto.js thickbox_login.js \
thickbox.css thickbox.info thickbox.install thickbox.js \
thickbox.module \
po/ja.po po/nl.po po/thickbox.pot
DOC_FILES= LICENSE.txt README.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>