2dc48a715d
- Because I am only removing deps these ports do not need a rebuild so don't bump portrevision PR: ports/163763 Submitted by: Anonymous <swell.k@gmail.com>
24 lines
424 B
Makefile
24 lines
424 B
Makefile
# New ports collection makefile for: xset
|
|
# Date Created: 17 Feb 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xset
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= User preference utility for X
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xmuu xproto x11 xext xfontcache
|
|
CONFIGURE_ARGS= --without-xf86misc
|
|
|
|
PLIST_FILES= bin/xset
|
|
|
|
MAN1= xset.1
|
|
|
|
.include <bsd.port.mk>
|