freebsd-ports/devel/eboxy/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00

47 lines
1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: eboxy
# Date created: Sep 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= eboxy
PORTVERSION= 0.4.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Create simple GUI interfaces for entertainment PC
USE_BISON= yes
USE_BZIP2= yes
USE_SDL= sdl gui mixer
USE_GNOME= gnometarget libxml2 lthack
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-lirc
MAN1= eboxy.1
CPPFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include \
-DHAVE_DECL_GETOPT -fPIC
LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Configure fails on ia64"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O2 $$CFLAGS|$$CFLAGS|g ; \
s|-O2 $$CXXFLAGS|$$CXXFLAGS|g' ${WRKSRC}/configure
pre-build:
@cd ${WRKSRC}/eboxy && ${SH} ./makeparser.sh
.include <bsd.port.post.mk>