pkgsrc/devel/rdp/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

30 lines
915 B
Makefile

# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:29 jlam Exp $
DISTNAME= rdp1_5
PKGNAME= rdp-1.5
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.dcs.rhbnc.ac.uk/pub/rdp/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.dcs.rhbnc.ac.uk/research/languages/rdp.shtml
COMMENT= Compiles attributed LL(1) grammars into recursive descent compilers
WRKSRC= ${WRKDIR}/rdp
MAKEFILE= makefile
NO_CONFIGURE= yes
USE_LANGUAGES= c c++
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rdp ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rdp
${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_case.ps ${PREFIX}/share/doc/rdp
${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_supp.ps ${PREFIX}/share/doc/rdp
${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_tut.ps ${PREFIX}/share/doc/rdp
${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_user.ps ${PREFIX}/share/doc/rdp
.include "../../mk/bsd.pkg.mk"