1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
freebsd-ports/net/gnoemoe/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
736 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= 4
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
USE_X_PREFIX= yes
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>