mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
27 lines
557 B
Makefile
27 lines
557 B
Makefile
# New ports collection makefile for: xcmd
|
|
# Date created: 30 Jul 2001
|
|
# Whom: Oliver Breuninger <ob@breuninger.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcmd
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.breuninger.org/files/distfiles/
|
|
MASTER_SITE_SUBDIR= X11/xutils
|
|
|
|
MAINTAINER= ob@breuninger.org
|
|
COMMENT= Xcmd is a front-end for starting programs under X11
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xext xmu xt
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= xcmd.1
|
|
PLIST_FILES= bin/xcmd
|
|
|
|
.include <bsd.port.mk>
|