mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
cac2c74fe3
PR: ports/113585 Submitted by: chinsan
23 lines
375 B
Makefile
23 lines
375 B
Makefile
# New ports collection makefile for: xdpyinfo
|
|
# Date Created: 17 Feb 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xdpyinfo
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Display information utility for X
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xext x11 xtst
|
|
|
|
PLIST_FILES= bin/xdpyinfo
|
|
|
|
MAN1= xdpyinfo.1
|
|
|
|
.include <bsd.port.mk>
|