freebsd-ports/databases/sqlitemanager/Makefile
Mikhail Teterin c32249e08c Unbreak by asking php for sqlite3-extension offered by php-5.4 and
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.
2015-04-07 20:14:55 +00:00

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>