7ca108f3bd
Approved by: eadler (mentor)
31 lines
648 B
Makefile
31 lines
648 B
Makefile
# New ports collection makefile for: phpminiadmin
|
|
# Date created: 07 March 2007
|
|
# Whom: spam@rm-rf.kiev.ua
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= phpminiadmin
|
|
DISTVERSION= 1.5.091221
|
|
CATEGORIES= databases www
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ak@FreeBSD.org
|
|
COMMENT= Lightweight alternative to phpMyAdmin
|
|
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= ${WWWDIR_REL}/phpminiadmin.php
|
|
PLIST_DIRS= ${WWWDIR_REL}
|
|
|
|
.if !defined(WITHOUT_PHP_DEPENDS)
|
|
USE_PHP= mysql session pcre
|
|
.endif
|
|
|
|
do-install:
|
|
${MKDIR} ${WWWDIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/phpminiadmin.php ${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|