19 lines
387 B
Makefile
19 lines
387 B
Makefile
# OpenBSD makefile for: xcolors
|
|
# Date created: 25 January 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/19 06:25:10 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= xcolors
|
|
PKGNAME= xcolors-1.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.tut.ac.jp/pub/X11/X11R6/contrib/programs/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/xcolors
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|