blob: fd2ab029cd732bc5db49d519d0d632ce1754cdd0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-guile/0.20
DISTNAME= gnome-guile-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Guile binding library for GTK+
LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
WRKSRC= ${WRKDIR}/${DISTNAME}/guile-gtk
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" HAVE_PKG_CONFIG="no"
.include <bsd.port.mk>
|