mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
62df320cc3
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# New ports collection makefile for: xsetroot
|
|
# Date Created: 17 Feb 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xsetroot
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= root window parameter setting utility for X
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xmuu x11 xbitmaps
|
|
MAN1= xsetroot.1
|
|
PLIST_FILES= bin/xsetroot
|
|
|
|
.include <bsd.port.mk>
|