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

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

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

DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
NO_BUILD=   yes
PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}"
USE_PHP=    sqlite

do-install:
    ${MKDIR} ${WWWDIR}
    ${CP} -R ${WRKSRC}/ ${WWWDIR}

.include <bsd.port.mk>