22 lines
354 B
Makefile
22 lines
354 B
Makefile
# New ports collection makefile for: xcolors
|
|
# Date created: 10 May 1995
|
|
# Whom: asami
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcolors
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= ade
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ade@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/xcolors
|
|
USE_IMAKE= yes
|
|
MAN1= xcolors.1
|
|
|
|
.include <bsd.port.mk>
|