94dcdb5511
create a name space that corresponds to a set of image manipulation actions. Derivative images are generated the first time they are requested by a client. WWW: http://drupal.org/project/imagecache PR: ports/120582 Submitted by: Jeremy Iverson <jeremy at algenta.com>
22 lines
570 B
Makefile
22 lines
570 B
Makefile
# New ports collection makefile for: drupal5-imagecache
|
|
# Date created: 11 February 2008
|
|
# Whom: Jeremy Iverson <jeremy@algenta.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imagecache
|
|
DISTVERSION= 5.x-1.3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://ftp.drupal.org/files/projects/
|
|
|
|
MAINTAINER= jeremy@algenta.com
|
|
COMMENT= Imagecache module for Drupal 5
|
|
|
|
DRUPAL5_MODULE= yes
|
|
MODULE_FILES= imagecache.info imagecache.install imagecache.module
|
|
DOC_FILES= LICENSE.txt README.txt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|