aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/rep-gtk2/Makefile
blob: e057177c2a492c94981bfc09d02eb42982375334 (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
31
32
33
# New ports collection makefile for:   rep-gtk
# Date created:        06 October 1999
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/x11-toolkits/rep-gtk2/Makefile,v 1.8 2006/07/18 16:50:28 ahze Exp $

PORTNAME=   rep-gtk2
PORTVERSION=    0.90.5
PORTEPOCH=  1
CATEGORIES= x11-toolkits
MASTER_SITES=   http://download.tuxfamily.org/librep/rep-gtk/
DISTNAME=   rep-gtk-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    GTK+-2 binding for rep Lisp interpreter

LIB_DEPENDS=    rep.15:${PORTSDIR}/lang/librep

USE_XZ=     yes
USE_GNOME=  gnomehack gtk20
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool
CONFIGURE_ENV=  LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET=   ${GNUHOST}

PLIST_SUB=  GNUHOST="${GNUHOST}"

CPPFLAGS=   -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib
GNUHOST=    ${ARCH}-pc-freebsd${OSREL:C/\..*//}

.include <bsd.port.mk>