22 lines
439 B
Makefile
22 lines
439 B
Makefile
# New ports collection makefile for: xcolors
|
|
# Version required: R6 contrib
|
|
# Date created: 10 May 1995
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.9 1998/01/22 00:41:36 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= xcolors
|
|
PKGNAME= xcolors-1.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/xcolors
|
|
USE_IMAKE= yes
|
|
IGNOREFILES= ${DISTFILES}
|
|
MAN1= xcolors.1
|
|
|
|
.include <bsd.port.mk>
|