openbsd-ports/www/drupal6/jquery_ui/Makefile
stephan f611ea44c1 import drupal6/jquery_ui-1.3
A wrapper module around the jQuery UI effects library that lets module
developers add swooshy, swishy effects to their code. This is a utility
module that won't do anything on its own. See README.txt for how your
module can use it to add jQuery UI effects to your pages.

ok landry@ and espie@
2010-04-20 12:01:11 +00:00

23 lines
552 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/04/20 12:01:11 stephan Exp $
COMMENT = wrapper module around the jQuery UI effects library
DISTNAME = jquery_ui-6.x-1.3
DISTNAME0 = jquery.ui-1.6
PKGNAME = drupal6-jquery_ui-1.3
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
EXTRACT_SUFX0 = .zip
MASTER_SITES0 = http://jquery-ui.googlecode.com/files/
DISTFILES += ${DISTNAME}${EXTRACT_SUFX} \
${DISTNAME0}${EXTRACT_SUFX0}:0
post-extract:
@mv ${WRKDIR}/${DISTNAME0} ${WRKDIST}/jquery.ui
@rm -rf ${WRKDIST}/jquery.ui/demos
.include <bsd.port.mk>