aboutsummaryrefslogtreecommitdiffstats
path: root/www/peacock/Makefile
blob: ebc4bf3bf1ac42145f696952a2dafeeda44435ea (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
24
25
26
27
# New ports collection makefile for:    peacock
# Date created:             21st April 2000
# Whom:                 Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   peacock
PORTVERSION=    1.9.1
PORTREVISION=   8
CATEGORIES= www gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= pav@FreeBSD.org
COMMENT=    A GUI-based HTML Editor for GTK+/GNOME

USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_GNOME=  gnomeprefix gnomehack libgnomeui gtksourceview gtkhtml3
GNU_CONFIGURE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \
            ${WRKSRC}/configure

.include <bsd.port.mk>