25 lines
617 B
Makefile
25 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.2 2000/10/18 16:01:17 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= xmountains_2.5
|
|
PKGNAME= xmountains-2.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/
|
|
|
|
PATCH_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/current_source/
|
|
PATCHFILES= vroot.h
|
|
|
|
MAINTAINER= fredb@netsd.org
|
|
HOMEPAGE= http://www.epcc.ed.ac.uk/~spb/xmountains/
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_IMAKE= yes
|
|
|
|
DIST_SUBDIR= xmountains
|
|
MAKE_ENV+= CPPFLAGS="-DVROOT"
|
|
|
|
# XXX Hack. We really want an OTHER_SITES/OTHERFILES mechanism for this.
|
|
do-patch:
|
|
${CP} ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|