openbsd-ports/www/phpldapadmin/Makefile
mbalmer 9205caf90f If we assign not much more than nothing to a variable, then we can skip
the assignment as well.  We bump the package name and we are done.
2006-10-04 22:15:06 +00:00

35 lines
752 B
Makefile

# $OpenBSD: Makefile,v 1.8 2006/10/04 22:15:06 mbalmer Exp $
COMMENT= "web-based LDAP browser to manage LDAP servers"
VERSION= 1.0.1
DISTNAME= phpldapadmin-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= www
HOMEPAGE= http://phpldapadmin.sourceforge.net/
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpldapadmin/}
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
PREFIX= /var/www
INSTDIR= ${PREFIX}/${DISTNAME}
SUBST_VARS= INSTDIR VERSION
RUN_DEPENDS= :php5-ldap-*:www/php5/extensions,-ldap
do-install:
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
.include <bsd.port.mk>