c32249e08c
up, instead of sqlite. Upgrade from 1.2.3 to 1.2.4 released in 2010. Do not install the empty TODO-file. Be sure to convert DOS ends-of-line. Preserve time-stamps on files and directories, when installing. Define LICENSE.
26 lines
603 B
Makefile
26 lines
603 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlitemanager
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= databases www
|
|
MASTER_SITES= SF
|
|
DISTNAME= SQliteManager-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Multilingual web based tool to manage SQLite database
|
|
|
|
LICENSE= GPLv2
|
|
|
|
WRKSRC= ${WRKDIR}/SQLiteManager-${PORTVERSION}
|
|
USES= dos2unix
|
|
NO_BUILD= yes
|
|
PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}"
|
|
USE_PHP= sqlite${PHP_VER:S/^53$$//:C/^.+$$/3/}
|
|
EXTRACT_AFTER_ARGS=--exclude TODO
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
${CP} -Rp ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|