freebsd-ports/x11/p5-X11-GUITest/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

30 lines
686 B
Makefile

# ex:ts=8
# Ports collection makefile for: X11-GUITest
# Date created: Oct 28, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= X11-GUITest
PORTVERSION= 0.21
PORTREVISION= 2
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
MASTER_SITE_SUBDIR= X11/:cpan \
x11guitest/:sf
PKGNAMEPREFIX= p5-
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan,sf
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides GUI testing/interaction facilities
USE_XORG= x11 xt xext xtst
PERL_CONFIGURE= 5.8.0+
MAN3= X11::GUITest.3
post-patch:
@${REINPLACE_CMD} -e "s,/usr/X11R6,${LOCALBASE},g" ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>