freebsd-ports/editors/gmanedit/Makefile

23 lines
517 B
Makefile
Raw Normal View History

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= gmanedit
PORTVERSION= 0.4.2
2012-06-01 07:26:28 +02:00
PORTREVISION= 6
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
2000-10-05 09:10:50 +02:00
2002-07-28 03:27:25 +02:00
post-patch:
@${REINPLACE_CMD} -e '/<argz\.h>/d' ${WRKSRC}/src/callbacks.c
.include <bsd.port.mk>