aboutsummaryrefslogtreecommitdiffstats
path: root/editors/gmanedit/Makefile
blob: 65d8814c5ff463f9ce25805aa10cfddfaf945da4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gmanedit
PORTVERSION=    0.4.2
PORTREVISION=   7
CATEGORIES= editors gnome
MASTER_SITES=   SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    GNOME manpages editor

USES=       pathfix gettext gmake pkgconfig
USE_GNOME=  gtk20
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib -lz

post-patch:
    @${REINPLACE_CMD} -e '/<argz\.h>/d' ${WRKSRC}/src/callbacks.c

.include <bsd.port.mk>