6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
29 lines
617 B
Makefile
29 lines
617 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.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A GNOME manpages editor
|
|
|
|
USE_GNOME= gnomehack gtk20
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
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>
|