blob: 05a7a979f3e62e7f85eb4e18ca3f4633bad3dd6a (
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.3 2000/06/21 01:09:06 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.*:../../lang/guile
GNU_CONFIGURE= # defined
USE_X11= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|