freebsd-ports/x11-toolkits/gtkscintilla/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

32 lines
966 B
Makefile

# New ports collection makefile for: gtkscintilla
# Date created: 14 December 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11-toolkits/gtkscintilla/Makefile,v 1.1 2006/10/04 15:42:01 ahze Exp $
PORTNAME= gtkscintilla
PORTVERSION= 0.8.2
PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= moleskine
DISTNAME= GtkScintilla-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A wrapper for the Scintilla editing component
LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla
USE_GMAKE= yes
USE_GNOME= gtk12
USE_LDCONFIG= yes
do-install:
${MKDIR} ${PREFIX}/include/scintilla
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/scintilla
${INSTALL_DATA} ${WRKSRC}/libgtkscintilla.a ${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/libgtkscintilla.so.0 ${PREFIX}/lib
${LN} -sf ${PREFIX}/lib/libgtkscintilla.so.0 ${PREFIX}/lib/libgtkscintilla.so
.include <bsd.port.mk>