blob: 91a6c57c554ebc8fa4e6fe81f256eb1f2956b95d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: fxscintilla
# Date created: 16 June 2004
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= fxscintilla
PORTVERSION= 2.28.0
PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= A Fox toolkit reimplementation of Scintilla editing widget
LICENSE= LGPL21 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
USE_GNOME= gnomehack pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>
|