1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/gnoemoe/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

32 lines
718 B
Makefile

# New ports collection makefile for: GnoeMoe
# Date created: 11 January 2005
# Whom: Jesse van den Kieboom <jesse@icecrew.nl>
#
# $FreeBSD$
#
PORTNAME= gnoemoe
PORTVERSION= 0.8.1
PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= http://www.icecrew.nl/software/gnoemoe/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome MOO Client
USE_RUBY= yes
USE_RUBY_FEATURES= ruby18
USE_GNOME= gnomeprefix gtksourceview libglade2 libgnomeui vte
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/src/Makefile.in
post-install:
update-mime-database ${PREFIX}/share/mime
.include <bsd.port.mk>