b7eda93ad3
Submitted by: many people
29 lines
656 B
Makefile
29 lines
656 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.20
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= unstable/sources/gnome-guile
|
|
DISTNAME= gnome-guile-${PORTVERSION}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/guile-gtk
|
|
|
|
USE_GTK= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib" HAVE_PKG_CONFIG="no"
|
|
|
|
.include <bsd.port.mk>
|