mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
c32f72e68d
Change all ports to use USES=xorg-cat instead of the old XORG_CAT Add USES=xorg and USES=gl as needed to x11@ ports
29 lines
602 B
Makefile
29 lines
602 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= imake
|
|
PORTVERSION= 1.0.8
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Imake and other utilities from X.Org
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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 xorg xorg-cat:util
|
|
USE_XORG= xorgproto
|
|
USE_PERL5= run
|
|
|
|
SHEBANG_FILES= mkhtmlindex.pl
|
|
|
|
CONFIGURE_ENV= ac_cv_path_RAWCPP=tradcpp
|
|
|
|
.include <bsd.port.mk>
|