summaryrefslogtreecommitdiff
path: root/net/gnoemoe/Makefile
blob: 31b43f6d2955597bf21f28175750bf83bdd2f43a (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
32
33
# 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=	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>