mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
21 lines
355 B
Makefile
21 lines
355 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.6
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Render extension library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 renderproto:both xproto:both
|
|
|
|
.include <bsd.port.mk>
|