aboutsummaryrefslogtreecommitdiff
path: root/net/gnoemoe/Makefile
blob: c62ff63386fae26ae608baf7ea9e1396bbb942ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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>