blob: 41b2be1d8f999c95e055fc9dfa96484807cc936d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: fxscintilla
# Date created: 16 June 2004
# Whom: Alexander Novitsky <alecn2002@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= fxscintilla
PORTVERSION= 1.57
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= alecn2002@yandex.ru
COMMENT= A Fox toolkit reimplementation of Scintilla editing widget
LIB_DEPENDS= FOX-1.0.0:${PORTSDIR}/x11-toolkits/fox
USE_INC_LIBTOOL_VER= 15
CONFIGURE_ARGS= --enable-shared
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|