aboutsummaryrefslogblamecommitdiff
path: root/editors/gmanedit/Makefile
blob: c93cb4312f6a65f29152620a7010fd31929d9e9b (plain) (tree)
1
2
3
4
5
6
7
8
9
                        
                     
                 
                             
                                                                      
 
                                 
                                     
 
                                                     
                     
                   
                                      
                                      
 
           
                                                                     

                      
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=		gettext gmake gnome pathfix 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>