freebsd-ports/x11/xcolors/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

20 lines
380 B
Makefile

# Created by: asami
# $FreeBSD$
PORTNAME= xcolors
PORTVERSION= 1.3
PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= LOCAL/markp
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Display all (ok, most of) the colors in the universe
RUN_DEPENDS= showrgb:x11/rgb
WRKSRC= ${WRKDIR}/xcolors
USE_XORG= xaw xmu xt sm ice xpm xp xext x11
USES= imake
.include <bsd.port.mk>