mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
25 lines
650 B
Makefile
25 lines
650 B
Makefile
# New ports collection makefile for: drupal5-adsense
|
|
# Date created: 3 Apr 2007
|
|
# Whom: Nick Hilliard <nick@foobar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adsense
|
|
DISTVERSION= 5.x-1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
|
|
|
|
MAINTAINER= nick@foobar.org
|
|
COMMENT= Allows web site owners to display ads on their site using Google AdSense
|
|
|
|
DRUPAL5_MODULE= yes
|
|
MODULE_FILES= adsense.info adsense.install adsense.module adsense_click.js \
|
|
adsense_help.inc
|
|
DOC_FILES= LICENSE.txt README.txt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|