1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/drupal6-print/Makefile
Martin Wilke dc0e58551c This module allows you to generate printer friendly versions of any
node by navigating to www.example.com/print/nid, where nid is the
node id of content to render.

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

PR:		ports/126038
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
2008-08-02 13:58:10 +00:00

39 lines
1.4 KiB
Makefile

# New ports collection makefile for: drupal6-print
# Date created: Jul 28 2008
# Whom: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
#
# $FreeBSD$
PORTNAME= print
DISTVERSION= 6.x-1.0-rc5
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= rea-fbsd@codelabs.ru
COMMENT= Drupal 6 module that add printer-friendly pages
DRUPAL6_MODULE= yes
MODULE_DIRS= icons translations
MODULE_FILES= icons/mail_icon.gif icons/pdf_icon.gif icons/print_icon.gif \
print-rtl.css print.admin.inc print.css print.info \
print.install print.module print.pages.inc print.pdf.inc \
print.tpl.php print_mail.admin.inc print_mail.inc \
print_mail.info print_mail.install print_mail.module \
print_pdf.admin.inc print_pdf.info print_pdf.install \
print_pdf.module \
translations/print.pot translations/ca.po \
translations/cs.po translations/da.po translations/de.po \
translations/es.po translations/fi.po translations/fr.po \
translations/hu.po translations/id.po translations/it.po \
translations/ja.po translations/nb.po translations/nl.po \
translations/pl.po translations/pt-br.po \
translations/pt-pt.po translations/ro.po \
translations/ru.po translations/sk.po translations/sv.po \
translations/tr.po translations/uk.po
DOC_FILES= CHANGELOG.txt CREDITS.txt INSTALL.txt \
LICENSE.txt MAINTAINERS.txt README.txt
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>