mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
23 lines
502 B
Makefile
23 lines
502 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fancybox
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= jquery.${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= JavaScript library for image/html/multimedia content display
|
|
|
|
NO_BUILD= yes
|
|
USE_ZIP= yes
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${MKDIR} ${WWWDIR}/
|
|
cd ${WRKSRC}/${PORTNAME}/ && ${INSTALL_DATA} * ${WWWDIR}/
|
|
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/
|
|
|
|
.include <bsd.port.mk>
|