1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-toolkits/guile-gtk/Makefile
2001-02-05 16:49:17 +00:00

25 lines
570 B
Makefile

# New ports collection makefile for: guile-gtk
# Date created: 1 January 2000
# Whom: Matt Braithwaite <mab@red-bean.com>
#
# $FreeBSD$
#
PORTNAME= guile-gtk
PORTVERSION= 0.19
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.ping.de/sites/zagadka/guile-gtk/download/
MASTER_SITE_SUBDIR= unstable/sources/gnome-guile
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
USE_GTK= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>