tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

print-PLIST gives no output



     I'm trying to package baculum, which is a web based interface
for managing Bacula.  At this point, I have it populating $DESTDIR,
but when I run "make print-PLIST" there is no output beyond
"@comment $NetBSD$".  I don't think there is anything in my Makefile
that would break it, but it does use PHP.  Any suggestions?  Here
is a copy my current Makefile in progress:

# $NetBSD$

DISTNAME=	baculum-${DIST_VERS}
CATEGORIES=	sysutils
MASTER_SITES=	https://www.bacula.org/downloads/baculum/releases/${DIST_VERS}/

DIST_VERS=	11.0.5.3

.include "options.mk"

MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
HOMEPAGE=	https://www.bacula.org/baculum-overview/
COMMENT=	Graphical interface for Bacula
LICENSE=	gnu-agpl-v3

DEPENDS+=       ${PHP_PKG_PREFIX}-bcmath>=5.3:../../math/php-bcmath
DEPENDS+=       ${PHP_PKG_PREFIX}-json>=5.3:../../textproc/php-json
DEPENDS+=       ${PHP_PKG_PREFIX}-xmlrpc>=5.3:../../net/php-xmlrpc
DEPENDS+=       ${PHP_PKG_PREFIX}-curl>=5.3:../../www/php-curl
DEPENDS+=       ${PHP_PKG_PREFIX}-mbstring>=5.3:../../converters/php-mbstring

WRKSRC=			${WRKDIR}/bacula-gui-${DIST_VERS}/baculum
USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		# none
NO_BUILD=		yes
INSTALL_TARGET=		build

#post-extract:
#	${CP} ${FILESDIR}/squirrelmail.conf.dist \
#		${WRKDIR}/squirrelmail.conf.dist
#	${CP} -p ${WRKSRC}/contrib/conf.pl.8 ${WRKDIR}/squirrelmail-conf.pl.8
#
#pre-install:
#	${FIND} ${WRKSRC} \( -name '*.orig*' -o -name '.cvsignore' \) \
#		-exec rm -f {} \;
#	${FIND} ${WRKSRC} -type d -exec chmod ${PKGDIRMODE} {} \;
#	${FIND} ${WRKSRC} -type f -exec chmod ${SHAREMODE} {} \;
#	${CHMOD} 0555 ${WRKSRC}/config/conf.pl
#	${RM} -f ${WRKSRC}/contrib/conf.pl.8

.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index