blob: 38386ac3431c113c931fdc886e452419091524c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.4 2000/07/15 02:49:52 jlam Exp $
#
DISTNAME= guile-gtk-0.17
CATEGORIES= devel x11 gnome
MASTER_SITES= http://www.ping.de/sites/zagadka/guile-gtk/download/ \
http://erin.netpedia.net/download/ \
http://erin.linuxbox.com/guile-gtk/download/ \
http://linux.cem.itesm.mx/~jarios/guile-gtk/download/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.ping.de/sites/zagadka/guile-gtk/
DEPENDS+= gnome-core-*:../../x11/gnome-core
DEPENDS+= guile>=1.3.2:../../lang/guile
GNU_CONFIGURE= # defined
USE_X11= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|