openbsd-ports/www/drupal6/FCKeditor/Makefile
espie 4a8d1bd34b basic installation of drupal6 with a few extra stable modules.
WARNING: there's no simple migration from all datat from drupal5 to drupal6
yet.
2009-04-03 14:07:58 +00:00

17 lines
411 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/04/03 14:07:58 espie Exp $
COMMENT = FCKeditor for drupal
DISTNAME = fckeditor-6.x-1.3
PKGNAME = drupal6-fckeditor-1.3
DISTFILES = ${DISTNAME}.tar.gz \
FCKeditor_2.6.3.tar.gz:0
EXTRACT_ONLY = ${DISTNAME}.tar.gz
MASTER_SITES0 = ${MASTER_SITE_SOURCEFORGE:=fckeditor/}
post-extract:
cd ${WRKDIST} && tar zxf ${FULLDISTDIR}/FCKeditor_2.6.3.tar.gz
.include <bsd.port.mk>