blob: 367e772960d17f0a04245f80f7d5e20657ea927d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.3 2000/01/15 09:58:15 tron Exp $
DISTNAME= gnome-games-1.0.51
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-core-*:../../x11/gnome-core
DEPENDS+= xbill-*:../../games/xbill
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_LIBTOOL= yes
INSTALL_FILE= ${WRKDIR}/INSTALL
post-build:
${SED} -e 's#@@INSTALL@@#${INSTALL}#' \
${PKGDIR}/INSTALL >${INSTALL_FILE}
.include "../../mk/bsd.pkg.mk"
|