pkgsrc/math/xldlas/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

32 lines
1,003 B
Makefile

# $NetBSD: Makefile,v 1.27 2006/03/04 21:30:08 jlam Exp $
DISTNAME= xldlas-0.85
PKGREVISION= 5
CATEGORIES= math
MASTER_SITES= http://sunsite.math.klte.hu/mirrors/xldlas/ \
${MASTER_SITE_SUNSITE:=X11/xapps/math/}
EXTRACT_SUFX= -source.tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sunsite.math.klte.hu/mirrors/xldlas/
COMMENT= XForms-based statistics package
ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \
NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-mipsel \
NetBSD-*-ns32k NetBSD-*-sparc NetBSD-*-powerpc
WRKSRC= ${WRKDIR}/xldlas
USE_X11BASE= yes
INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/xldlas
${CP} -R ${WRKSRC}/help ${PREFIX}/share/xldlas
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../x11/xforms/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"