mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
34 lines
762 B
Makefile
34 lines
762 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= 3
|
|
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"
|
|
USE_AUTOTOOLS= libtool: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>
|