pkgsrc/databases/yasql/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

35 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:12 jlam Exp $
DISTNAME= yasql-1.81
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yasql/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://yasql.sourceforge.net/
COMMENT= Yet another SQLPlus replacement for Oracle
GNU_CONFIGURE= yes
NO_BUILD= yes
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
DEPENDS+= p5-DBD-Oracle-[0-9]*:../../databases/p5-DBD-Oracle
DEPENDS+= p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
CONF_FILES+= ${PREFIX}/share/examples/yasql/yasql.conf \
${PKG_SYSCONFDIR}/yasql.conf
INSTALLATION_DIRS= bin man/man1
post-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} default
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/yasql ${PREFIX}/bin/yasql
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/yasql
${INSTALL_DATA} ${WRKSRC}/yasql.conf \
${PREFIX}/share/examples/yasql/yasql.conf
${INSTALL_MAN} ${WRKSRC}/yasql.1 ${PREFIX}/man/man1/yasql.1
.include "../../mk/bsd.pkg.mk"