mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
571 B
Makefile
25 lines
571 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>
|