freebsd-ports/editors/gmanedit/Makefile
Chin-San Huang 687a561484 - Update to 0.4.1
- Take maintainership
2008-08-31 13:47:16 +00:00

27 lines
580 B
Makefile

# New ports collection makefile for: gmanedit
# Date created: 12 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gmanedit
PORTVERSION= 0.4.1
CATEGORIES= editors gnome
MASTER_SITES= SF/gmanedit2
MAINTAINER= chinsan@FreeBSD.org
COMMENT= A GNOME manpages editor
USE_GNOME= gnomehack gnometarget libgnomeui
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gmanedit.1
post-patch:
@${REINPLACE_CMD} -e '/<argz\.h>/d' ${WRKSRC}/src/callbacks.c
.include <bsd.port.mk>