29747f458a
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
32 lines
966 B
Makefile
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>
|