aboutsummaryrefslogtreecommitdiff
path: root/databases/phpminiadmin/Makefile
blob: 5479b89e22ec5f94e22df6589370e8eb246084ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:   phpminiadmin
# Date created:			07 March 2007
# Whom:					spam@rm-rf.kiev.ua
#
# $FreeBSD$
#

PORTNAME=	phpminiadmin
DISTVERSION=	1.5.091221
CATEGORIES=	databases www
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ak@FreeBSD.org
COMMENT=	Lightweight alternative to phpMyAdmin

USE_ZIP=	yes
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

PLIST_FILES=	${WWWDIR_REL}/phpminiadmin.php
PLIST_DIRS=	${WWWDIR_REL}

.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP=	mysql session pcre
.endif

do-install:
	${MKDIR} ${WWWDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/phpminiadmin.php ${WWWDIR}

.include <bsd.port.mk>