e7a43e2633
PR: ports/150326 Submitted by: Julian H. Stacey <jhs at berklix.com>
26 lines
520 B
Makefile
26 lines
520 B
Makefile
# New ports collection makefile for: xcolors
|
|
# Date created: 10 May 1995
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcolors
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= markp
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display all (ok, most of) the colors in the universe
|
|
|
|
RUN_DEPENDS= showrgb:${PORTSDIR}/x11/rgb
|
|
|
|
WRKSRC= ${WRKDIR}/xcolors
|
|
USE_XORG= xaw xmu xt sm ice xpm xp xext x11
|
|
USE_IMAKE= yes
|
|
MAN1= xcolors.1
|
|
|
|
.include <bsd.port.mk>
|