1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/gnoemoe/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

32 lines
719 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= 11
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>