669c21fe81
- Maintainer's timeout (x11@FreeBSD.org) PR: 197732 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
24 lines
433 B
Makefile
24 lines
433 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libXcursor
|
|
PORTVERSION= 1.1.14
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X client-side cursor loading library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= xrender x11 xfixes fixesproto xproto:both \
|
|
xextproto
|
|
|
|
USES+= cpe
|
|
CPE_PRODUCT= libxcursor
|
|
CPE_VENDOR= x
|
|
|
|
CONFIGURE_ARGS= --with-icondir=${PREFIX}/lib/X11/icons
|
|
|
|
.include <bsd.port.mk>
|