openbsd-ports/www/drupal6/FCKeditor/Makefile
2010-04-15 14:29:16 +00:00

18 lines
449 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/04/15 14:29:17 ajacoutot Exp $
COMMENT = FCKeditor for drupal
DISTNAME = fckeditor-6.x-2.1
PKGNAME = drupal6-fckeditor-2.1p0
DISTFILES = ${DISTNAME}.tar.gz \
FCKeditor_2.6.6.tar.gz:0
EXTRACT_ONLY = ${DISTNAME}.tar.gz
MASTER_SITES0 = ${MASTER_SITE_SOURCEFORGE:=fckeditor/}
post-extract:
cd ${WRKDIST} && tar zxf ${FULLDISTDIR}/FCKeditor_2.6.6.tar.gz
chmod -R u+wX ${WRKDIST}/fckeditor
.include <bsd.port.mk>