mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cc0a90e2ad
PR: 60341 Submitted by: Ports Fury
26 lines
601 B
Makefile
26 lines
601 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: xautomation
|
|
# Date created: Sep 11, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xautomation
|
|
PORTVERSION= 0.93
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://hoopajoo.net/static/projects/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Control X from the command line for scripts
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|