9c8b5ede43
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.
28 lines
754 B
Makefile
28 lines
754 B
Makefile
# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:11 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= fooseti-0.6.6
|
|
PKGREVISION= 4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www-personal.engin.umich.edu/~agorski/fooseti/
|
|
COMMENT= Simple GTK+ frontend for the Seti@home client
|
|
|
|
DEPENDS+= setiathome>=3.00:../../misc/setiathome
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CPPFLAGS+= -DPKG_BINDIR="\"${LOCALBASE}/bin\""
|
|
|
|
DOCS= AUTHORS BUGS COPYING ChangeLog INSTALL NEWS NOTES README TODO
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fooseti
|
|
.for doc in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/fooseti
|
|
.endfor
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|