c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
31 lines
797 B
Makefile
31 lines
797 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/10/03 00:12:58 tv Exp $
|
|
#
|
|
|
|
DISTNAME= fooseti-0.6.6
|
|
PKGREVISION= 3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/
|
|
|
|
MAINTAINER= tech-pkg@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
|
|
USE_BUILDLINK3= YES
|
|
USE_X11= 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
|
|
.undef doc
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|