freebsd-ports/x11-toolkits/fxscintilla/Makefile
Martin Wilke fbfe27ce87 - Update to 2.22.0
PR:		158451
Submitted by:	Ports Fury
2011-07-02 08:08:03 +00:00

23 lines
532 B
Makefile

# New ports collection makefile for: fxscintilla
# Date created: 16 June 2004
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= fxscintilla
PORTVERSION= 2.22.0
CATEGORIES= x11-toolkits
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= A Fox toolkit reimplementation of Scintilla editing widget
LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
USE_GNOME= gnomehack pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes
.include <bsd.port.mk>