blob: 22269583f33bc416293692e26ba04af065a6efc5 (
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
29
30
31
32
|
# New ports collection makefile for: bluefish
# Date created: 23 January 2003
# Whom: Koop Mast <einekoai@chello.nl>
#
# $FreeBSD$
#
PORTNAME= bluefish
PORTVERSION= 0.8.20030113
CATEGORIES= www editors
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/ \
ftp://bluefish.advancecreations.com/pub/bluefish/snapshots/ \
http://bluefish.mrball.net/snapshots/ \
ftp://ftp.ratisbona.com/pub/bluefish/snapshots/ \
http://bluefish.shellhung.org/snapshots/
DISTNAME= ${PORTNAME}-gtk2port-2003-01-13
EXTRACT_SUFX= .tgz
MAINTAINER= einekoai@chello.nl
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
pcre.0:${PORTSDIR}/devel/pcre
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
WRKSRC= ${WRKDIR}/bluefish-gtk2
NO_LATEST_LINK= yes
USE_GMAKE= yes
USE_PERL5_BUILD= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|