blob: 37383a8359177e983b60c10d5c576efbf75319c6 (
plain)
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
|
# 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>
|