2013-03-28 04:28:30 +01:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-09-02 14:54:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gmanedit
|
2008-11-26 03:55:03 +01:00
|
|
|
PORTVERSION= 0.4.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2000-09-02 14:54:08 +02:00
|
|
|
CATEGORIES= editors gnome
|
2009-08-22 02:20:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2000-09-02 14:54:08 +02:00
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-06-10 09:39:01 +02:00
|
|
|
COMMENT= GNOME manpages editor
|
2000-09-02 14:54:08 +02:00
|
|
|
|
2014-06-08 21:51:27 +02:00
|
|
|
USES= pathfix gettext gmake pkgconfig
|
2013-03-28 04:28:30 +01:00
|
|
|
USE_GNOME= gtk20
|
2000-09-02 14:54:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2013-10-08 01:03:12 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lz
|
2000-10-05 09:10:50 +02:00
|
|
|
|
2002-07-28 03:27:25 +02:00
|
|
|
post-patch:
|
2008-03-13 21:57:06 +01:00
|
|
|
@${REINPLACE_CMD} -e '/<argz\.h>/d' ${WRKSRC}/src/callbacks.c
|
2000-09-02 14:54:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|