2006-02-22 01:58:04 +01:00
|
|
|
# New ports collection makefile for: drupal-textile
|
|
|
|
# Date created: 21 February 2006
|
|
|
|
# Whom: Brooks Davis <brooks@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= textile
|
2007-01-28 00:46:01 +01:00
|
|
|
DISTVERSION= 4.7.x-1.x-dev
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 20061114
|
2006-02-22 01:58:04 +01:00
|
|
|
CATEGORIES= www textproc
|
|
|
|
MASTER_SITE_SUBDIR= brooks
|
|
|
|
|
2007-01-09 04:19:03 +01:00
|
|
|
MAINTAINER= nick@foobar.org
|
2006-02-22 01:58:04 +01:00
|
|
|
COMMENT= Textile markup module for Drupal
|
|
|
|
|
2008-05-27 13:14:56 +02:00
|
|
|
DRUPAL4_MODULE= yes
|
2006-02-22 01:58:04 +01:00
|
|
|
MODULE_DIRS= textilephp
|
2007-01-28 00:46:01 +01:00
|
|
|
MODULE_FILES= textile.module textilephp/Textile.php DrupalTextile.inc
|
2006-02-22 01:58:04 +01:00
|
|
|
DOC_DIRS= textilephp/doc textilephp
|
|
|
|
DOC_FILES= CHANGELOG.txt CREDITS.txt INSTALL.txt LICENSE.txt README.txt \
|
2007-01-28 00:46:01 +01:00
|
|
|
TODO.txt \
|
2006-02-22 01:58:04 +01:00
|
|
|
textilephp/doc/Textile_8php-source.html \
|
|
|
|
textilephp/doc/Textile_8php.html \
|
|
|
|
textilephp/doc/annotated.html \
|
2007-01-28 00:46:01 +01:00
|
|
|
textilephp/doc/classMTLikeTextile-members.html \
|
2006-02-22 01:58:04 +01:00
|
|
|
textilephp/doc/classMTLikeTextile.html \
|
|
|
|
textilephp/doc/classMTLikeTextile.png \
|
2007-01-28 00:46:01 +01:00
|
|
|
textilephp/doc/classTextile-members.html \
|
2006-02-22 01:58:04 +01:00
|
|
|
textilephp/doc/classTextile.html \
|
|
|
|
textilephp/doc/classTextile.png \
|
|
|
|
textilephp/doc/doxygen.css \
|
|
|
|
textilephp/doc/doxygen.png \
|
|
|
|
textilephp/doc/files.html \
|
|
|
|
textilephp/doc/functions.html \
|
|
|
|
textilephp/doc/functions_func.html \
|
|
|
|
textilephp/doc/functions_vars.html \
|
|
|
|
textilephp/doc/hierarchy.html \
|
|
|
|
textilephp/doc/index.html \
|
|
|
|
textilephp/textilephp.doxyfile \
|
|
|
|
textilephp/CHANGELOG \
|
|
|
|
textilephp/CREDITS \
|
2007-01-28 00:46:01 +01:00
|
|
|
textilephp/LICENSE \
|
2006-02-22 01:58:04 +01:00
|
|
|
textilephp/README \
|
|
|
|
textilephp/TODO
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2007-03-25 11:46:44 +02:00
|
|
|
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
|
2006-02-22 01:58:04 +01:00
|
|
|
.include <bsd.port.post.mk>
|