1999-11-11 11:17:20 +01:00
|
|
|
# New ports collection makefile for: rep-gtk
|
|
|
|
# Date created: 06 October 1999
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/x11-toolkits/rep-gtk2/Makefile,v 1.8 2006/07/18 16:50:28 ahze Exp $
|
1999-11-11 11:17:20 +01:00
|
|
|
|
2002-05-15 00:26:39 +02:00
|
|
|
PORTNAME= rep-gtk2
|
2011-07-02 20:39:39 +02:00
|
|
|
PORTVERSION= 0.90.6
|
2002-06-26 11:18:37 +02:00
|
|
|
PORTEPOCH= 1
|
1999-11-11 11:17:20 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2011-04-12 04:28:50 +02:00
|
|
|
MASTER_SITES= http://download.tuxfamily.org/librep/rep-gtk/
|
2002-06-26 11:18:37 +02:00
|
|
|
DISTNAME= rep-gtk-${PORTVERSION}
|
1999-11-11 11:17:20 +01:00
|
|
|
|
2010-12-02 00:38:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-01 02:30:05 +02:00
|
|
|
COMMENT= GTK+-2 binding for rep Lisp interpreter
|
1999-11-11 11:17:20 +01:00
|
|
|
|
2011-07-02 20:39:39 +02:00
|
|
|
LIB_DEPENDS= rep.16:${PORTSDIR}/lang/librep
|
1999-11-11 11:17:20 +01:00
|
|
|
|
2011-04-12 04:28:50 +02:00
|
|
|
USE_XZ= yes
|
|
|
|
USE_GNOME= gnomehack gtk20
|
1999-11-11 11:17:20 +01:00
|
|
|
USE_GMAKE= yes
|
2011-04-12 04:28:50 +02:00
|
|
|
USE_AUTOTOOLS= libtool
|
2003-06-01 02:30:05 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2009-06-21 17:01:23 +02:00
|
|
|
|
2009-05-24 21:52:28 +02:00
|
|
|
.include <bsd.port.mk>
|