freebsd-ports/net/gnoemoe/Makefile
Pav Lucistnik cfc1501024 - Remove duplicate dependency
Submitted by:	jeesevdk / FreeNode (maintainer)
2005-01-14 19:44:43 +00:00

32 lines
739 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
CATEGORIES= net
MASTER_SITES= http://www.icecrew.nl/software/gnoemoe/download/
MAINTAINER= jesse@icecrew.nl
COMMENT= Gnome MOO Client
USE_RUBY= yes
USE_RUBY_FEATURES= ruby18
USE_GNOME= gnomeprefix gtksourceview libglade2 libgnomeui vte
USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LIBTOOL_VER= 15
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/src/Makefile.in
post-install:
update-mime-database ${PREFIX}/share/mime
.include <bsd.port.mk>