mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
24 lines
602 B
Makefile
24 lines
602 B
Makefile
# New ports collection makefile for: drupal5-views
|
|
# Date created: 25 Jul 2007
|
|
# Whom: Geoff Glasson <g_glasson@jimali.dyndns.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= insert_view
|
|
DISTVERSION= 5.x-1.x-dev
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://ftp.drupal.org/files/projects/
|
|
|
|
MAINTAINER= g_glasson@jimali.dyndns.org
|
|
COMMENT= Embeds content lists generated by the Views module
|
|
|
|
DRUPAL5_MODULE= yes
|
|
MODULE_FILES= insert_view.info insert_view.module
|
|
DOC_FILES= LICENSE.txt README.txt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|