2002-09-11 13:21:31 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: xautomation
|
|
|
|
# Date created: Sep 11, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xautomation
|
2003-12-17 16:53:43 +00:00
|
|
|
PORTVERSION= 0.93
|
2002-09-11 13:21:31 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://hoopajoo.net/static/projects/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= Control X from the command line for scripts
|
2002-09-11 13:21:31 +00:00
|
|
|
|
2002-09-20 06:14:56 +00:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
2002-09-11 13:21:31 +00:00
|
|
|
|
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-05-17 15:06:11 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-09-20 06:14:56 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2002-09-11 13:21:31 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|