mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
35 lines
775 B
Makefile
35 lines
775 B
Makefile
# New ports collection makefile for: skite
|
|
# Date created: 27 November 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scite
|
|
PORTVERSION= 1.50
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://www.scintilla.org/
|
|
MASTER_SITE_SUBDIR= scintilla
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
COMMENT= A full-featured SCIntilla based Text Editor for GTK/GNOME
|
|
|
|
LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/gtk
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gnomehier gtk12
|
|
MAKEFILE= makefile
|
|
MAKE_ENV= MKDIR="${MKDIR}"
|
|
|
|
post-extract:
|
|
@${PERL} -pi -e 's|\x0d||' ${WRKSRC}/makefile
|
|
|
|
.include <bsd.port.mk>
|