blob: 345ef4d871601b97eabb301ccc782cac48bd09c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xcoloredit
# Date created: 6 Jun 1997
# Whom: Satoshi TAOKA
#
# $FreeBSD$
#
PORTNAME= xcoloredit
PORTVERSION= 1.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= taoka@FreeBSD.org
COMMENT= Find colour values by graphical colour mixing
USE_IMAKE= yes
MAN1= xcoloredit.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|