aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlitemanager/Makefile
blob: 5d6b57535d9c5ef1b8df6e617726bd13421808c5 (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
# New ports collection makefile for:	sqlitemanager
# Date created:		2006-12-18
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	sqlitemanager
PORTVERSION=	1.2.0
CATEGORIES=	databases www
MASTER_SITES=	SF
DISTNAME=	SQLiteManager-${PORTVERSION}

MAINTAINER=	gslin@gslin.org
COMMENT=	A multilingual web based tool to manage SQLite database

NO_BUILD=	yes
USE_PHP=	sqlite
IGNORE_WITH_PHP=4

do-install:
	${MKDIR} ${PREFIX}/www/${PORTNAME}
	${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME}

.include <bsd.port.mk>