Initial import of p5-Clipboard-0.09:
[pkgsrc.git] / x11 / xmountains / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       xmountains_2.5
5 PKGNAME=        xmountains-2.5
6 CATEGORIES=     x11
7 MASTER_SITES=   http://www.epcc.ed.ac.uk/~spb/xmountains/
8
9 PATCH_SITES=    ${MASTER_SITES}/current_source/
10 PATCHFILES=     vroot.h
11
12 MAINTAINER=     fredb@netsd.org
13 HOMEPAGE=       http://www.epcc.ed.ac.uk/~spb/xmountains/
14
15 NO_WRKSUBDIR=   yes
16 USE_IMAKE=      yes
17
18 DIST_SUBDIR=    xmountains
19 MAKE_ENV+=      CPPFLAGS="-DVROOT"
20
21 # XXX Hack. We really want an OTHER_SITES/OTHERFILES mechanism for this.
22 do-patch:
23                 ${CP} ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} ${WRKSRC}
24
25 .include "../../mk/bsd.pkg.mk"