freebsd-ports/devel/imake/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
549 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= imake
PORTVERSION= 1.0.7
PORTEPOCH= 1
CATEGORIES= devel
MAINTAINER= x11@FreeBSD.org
COMMENT= Imake and other utilities from X.Org
BUILD_DEPENDS= tradcpp:devel/tradcpp
RUN_DEPENDS= gccmakedep:devel/gccmakedep \
makedepend:devel/makedepend \
${LOCALBASE}/lib/X11/config/xorg.cf:x11/xorg-cf-files
USES= shebangfix perl5 pkgconfig
USE_PERL5= run
SHEBANG_FILES= mkhtmlindex.pl
XORG_CAT= util
USE_XORG= xproto
CONFIGURE_ENV= ac_cv_path_RAWCPP=tradcpp
.include <bsd.port.mk>