1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11-toolkits/libgtksourceviewmm/Makefile
Joe Marcus Clarke c77fddf59a Remove some leftover directories.
Reported by:	pointyhat via pav
2009-01-12 22:16:26 +00:00

29 lines
734 B
Makefile

# New ports collection makefile for: libgtksourceviewmm
# Date created: 2006-11-11
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11-toolkits/libgtksourceviewmm/Makefile,v 1.4 2008/08/08 21:59:44 kwm Exp $
PORTNAME= libgtksourceviewmm
PORTVERSION= 1.9.5
PORTREVISION= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ binding of GtkSourceView
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_GNOME= gtksourceview2 gnomeprefix gnomehack
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBAS}/lib"
CONFIGURE_ARGS= --disable-docs
.include <bsd.port.mk>