freebsd-ports/x11/libXrender/Makefile
Florent Thoumie 5d486865e5 - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)
- Bump PORTREVISION on ports having xtrans in USE_XORG.
- Add some missing dependencies in various xorg libraries.
2008-03-13 10:33:56 +00:00

19 lines
357 B
Makefile

# New ports collection makefile for: xrender
# Date Created: 2 Jul, 2003
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXrender
PORTVERSION= 0.9.4
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Render extension library
XORG_CAT= lib
USE_XORG= x11 renderproto:both xproto:both
.include <bsd.port.mk>