2c7eb291ff
WWW: http://drupal.org/project/imagefield PR: ports/120581 Submitted by: Jeremy Iverson <jeremy at algenta.com>
23 lines
594 B
Makefile
23 lines
594 B
Makefile
# New ports collection makefile for: drupal5-imagefield
|
|
# Date created: 11 February 2008
|
|
# Whom: Jeremy Iverson <jeremy@algenta.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imagefield
|
|
DISTVERSION= 5.x-1.2-rc1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://ftp.drupal.org/files/projects/
|
|
|
|
MAINTAINER= jeremy@algenta.com
|
|
COMMENT= Image Field module for Drupal 5
|
|
|
|
DRUPAL5_MODULE= yes
|
|
MODULE_FILES= imagefield.css imagefield.info imagefield.install \
|
|
imagefield.module
|
|
DOC_FILES= LICENSE.txt README.txt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|