4b4a2f52b3
database. PR: ports/106871 Submitted by: Gea-Suan Lin <gslin at gslin.org>
26 lines
566 B
Makefile
26 lines
566 B
Makefile
# 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= SOURCEFORGE
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
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>
|