openbsd-ports/www/phpmyadmin/Makefile
kevlo 4ad63bc51e Initial import of phpMyAdmin 2.5.7-pl1
phpMyAdmin  can  manage  a  whole MySQL server (needs a super-user) as
well  as  a  single  database.
2004-07-15 10:02:37 +00:00

36 lines
758 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/07/15 10:02:37 kevlo Exp $
COMMENT= "tool to handle the administration of MySQL over the web"
V= 2.5.7-pl1
DISTNAME= phpMyAdmin-${V}
CATEGORIES= www
HOMEPAGE= http://www.phpmyadmin.net/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpmyadmin/}
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
EXTRACT_ONLY=
PREFIX= /var/www
INSTDIR= ${PREFIX}/phpMyAdmin
SUBST_VARS= INSTDIR
RUN_DEPENDS= :php4-mysql->=4.3.1:www/php4/extensions,-mysql
do-install:
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
@mv ${INSTDIR}-${V} ${INSTDIR}
.include <bsd.port.mk>