freebsd-ports/x11/xcolors/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

24 lines
478 B
Makefile

# New ports collection makefile for: xcolors
# Date created: 10 May 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= xcolors
PORTVERSION= 1.3
PORTREVISION= 3
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
WRKSRC= ${WRKDIR}/xcolors
USE_XORG= xaw xmu xt sm ice xpm xp xext x11
USE_IMAKE= yes
MAN1= xcolors.1
.include <bsd.port.mk>