espie 1c2fc9212e people keep adding drupal modules without changing the default MAINTAINER,
so start putting myself in on stuff I explicitly want to maintain...
2012-01-28 11:20:52 +00:00

21 lines
508 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/01/28 11:20:52 espie Exp $
COMMENT = CKeditor for drupal
MAINTAINER = Marc Espie <espie@openbsd.org>
DISTNAME = ckeditor-6.x-1.8
PKGNAME = drupal6-ckeditor-1.8
V = 3.6.2
ED = ckeditor_$V.tar.gz
DISTFILES = ${DISTNAME}.tar.gz \
${ED}:0
EXTRACT_ONLY = ${DISTNAME}.tar.gz
MASTER_SITES0 = http://download.cksource.com/CKEditor/CKEditor/CKEditor%20$V/
post-extract:
cd ${WRKDIST} && tar zxf ${FULLDISTDIR}/${ED}
chmod -R u+wX ${WRKDIST}/ckeditor
.include <bsd.port.mk>