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
813 B
Makefile
28 lines
813 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/03/04 21:31:12 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= xdesktopwaves-1.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xdesktopwaves/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xdesktopwaves.sourceforge.net/
|
|
COMMENT= Simulates water waves on the X Windows desktop
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
MAKE_FLAGS+= CFLAGS=${CFLAGS:M*:Q}
|
|
MAKE_FLAGS+= LFLAGS=${LDFLAGS:M*:Q}
|
|
|
|
INSTALLATION_DIRS= bin man/man1 share/doc/xdesktopwaves
|
|
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xdesktopwaves ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/xdesktopwaves.1 ${PREFIX}/man/man1/
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xdesktopwaves/
|
|
${INSTALL_DATA} ${WRKSRC}/xdesktopwaves.xpm ${PREFIX}/share/pixmaps/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|