freebsd-ports/x11/xcolors/Makefile
Baptiste Daroussin 027731e9b1 Support stage
2013-12-13 23:47:20 +00:00

21 lines
427 B
Makefile

# Created by: 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
USES= imake
.include <bsd.port.mk>