View | Details | Raw Unified | Return to bug 43481
Collapse All | Expand All

(-)Makefile (-5 / +12 lines)
Lines 5-25 Link Here
5
# $FreeBSD: ports/net/amcl/Makefile,v 1.8 2002/09/03 01:06:19 lioux Exp $
5
# $FreeBSD: ports/net/amcl/Makefile,v 1.8 2002/09/03 01:06:19 lioux Exp $
6
#
6
#
7
7
8
PORTNAME=	amcl
8
PORTNAME=	gnome-mud
9
PORTVERSION=	0.7.5
9
PORTVERSION=	0.9.1
10
CATEGORIES=	net
10
CATEGORIES=	net gnome
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	amcl
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
15
16
LIB_DEPENDS=    intl.4:${PORTSDIR}/devel/gettext
17
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-1.2/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
18
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-1.2/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
19
20
USE_PYTHON=	yes
16
USE_REINPLACE=	yes
21
USE_REINPLACE=	yes
17
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
18
USE_GNOMENG=	yes
23
USE_GNOMENG=	yes
19
USE_GNOME=	gtk12
24
USE_GNOME=	gnomelibs
20
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
22
		LIBS="-L${LOCALBASE}/lib"
27
		LIBS="-L${LOCALBASE}/lib"
28
29
MAN1=	gnome-mud.1
23
30
24
post-patch:
31
post-patch:
25
	@${REINPLACE_CMD} -e 's|CFLAGS -O -pipe -Wall|CFLAGS|g' ${WRKSRC}/configure
32
	@${REINPLACE_CMD} -e 's|CFLAGS -O -pipe -Wall|CFLAGS|g' ${WRKSRC}/configure
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (amcl-0.7.5.tar.gz) = eaed429befbccb0c09798c0a29356ef9
1
MD5 (gnome-mud-0.9.1.tar.gz) = 1927ac94ff5610659bee286537fefcc1
(-)pkg-plist (-5 / +36 lines)
Lines 1-5 Link Here
1
bin/amcl
1
bin/gnome-mud
2
share/locale/ca/LC_MESSAGES/amcl.mo
2
share/gnome/apps/Games/gnome-mud.desktop
3
share/locale/de/LC_MESSAGES/amcl.mo
3
share/gnome/help/gnome-mud-manual/C/index.html
4
share/locale/es/LC_MESSAGES/amcl.mo
4
share/gnome/help/gnome-mud-manual/C/figures/connections-window.png
5
share/locale/sv/LC_MESSAGES/amcl.mo
5
share/gnome/help/gnome-mud-manual/C/figures/main-window.png
6
share/gnome/help/gnome-mud-manual/C/figures/mudlist-window.png
7
share/gnome/help/gnome-mud-manual/C/figures/preferences-window.png
8
share/gnome/help/gnome-mud-manual/C/figures/profiles-window.png
9
share/gnome/help/gnome-mud-manual/C/gnome-mud-manual.sgml
10
share/gnome/help/gnome-mud-manual/C/gnome-mud-manual.sgml
11
share/gnome/help/gnome-mud-manual/C/x35.html
12
share/gnome/help/gnome-mud-manual/C/x365.html
13
share/gnome/help/gnome-mud-manual/C/x435.html
14
share/gnome/help/gnome-mud-manual/C/x440.html
15
share/gnome/help/gnome-mud-manual/C/x453.html
16
share/gnome/help/gnome-mud-manual/C/topic.dat
17
share/gnome/help/gnome-mud-plugin-api/C/index.html
18
share/gnome/help/gnome-mud-plugin-api/C/gnome-mud-plugin-api.sgml
19
share/gnome/help/gnome-mud-plugin-api/C/a217.html
20
share/gnome/help/gnome-mud-plugin-api/C/a224.html
21
share/gnome/help/gnome-mud-plugin-api/C/x213.html
22
share/gnome/help/gnome-mud-plugin-api/C/x33.html
23
share/gnome/help/gnome-mud-plugin-api/C/topic.dat
24
share/locale/ca/LC_MESSAGES/gnome-mud.mo
25
share/locale/de/LC_MESSAGES/gnome-mud.mo
26
share/locale/es/LC_MESSAGES/gnome-mud.mo
27
share/locale/fr/LC_MESSAGES/gnome-mud.mo
28
share/locale/sv/LC_MESSAGES/gnome-mud.mo
29
@dirrm share/gnome/help/gnome-mud-manual/C/figures
30
@dirrm share/gnome/help/gnome-mud-manual/C/stylesheet-images
31
@dirrm share/gnome/help/gnome-mud-manual/C
32
@dirrm share/gnome/help/gnome-mud-manual
33
@dirrm share/gnome/help/gnome-mud-plugin-api/C/stylesheet-images
34
@dirrm share/gnome/help/gnome-mud-plugin-api/C/figures
35
@dirrm share/gnome/help/gnome-mud-plugin-api/C
36
@dirrm share/gnome/help/gnome-mud-plugin-api

Return to bug 43481