blob: 7a63c403e7846725f0606a2def7bd7de6c9bcd72 (
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
|
# New ports collection makefile for: guile-gnome
# Date created: 9th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= guile-gnome
PORTVERSION= 0.20
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-guile
DISTNAME= gnome-guile-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp \
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
USE_LIBTOOL= yes
USE_GNOME= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --without-bonobo --without-gtkhtml --without-gal \
--with-libglade --with-gdkpixbuf --with-ghttp
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|