summaryrefslogtreecommitdiffstats
path: root/www/erwn/Makefile
blob: 8ddaff916e1b9ecb5d1a30cafdc2f5762156c45f (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
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    erwin
# Date created:         31 July 1999
# Whom:             Jim Mock <jimFreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   erwn
PORTVERSION=    0.8
PORTREVISION=   6
CATEGORIES= www editors
MASTER_SITES=   http://lisas.de/erwin/
DISTNAME=   erwin-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple GTK+-2 HTML editor

LIB_DEPENDS=    gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38

USE_X_PREFIX=   yes
USE_GNOME=  gnomehack gnomeprefix gnometarget gtksourceview
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=       erwin.1

post-patch:
    @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.8|g" \
        ${WRKSRC}/configure

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>