cd71e35a42
PR: 158512 Submitted by: Ports Fury
29 lines
741 B
Makefile
29 lines
741 B
Makefile
# 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.6
|
|
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.16:${PORTSDIR}/lang/librep
|
|
|
|
USE_XZ= yes
|
|
USE_GNOME= gnomehack gtk20
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|