summaryrefslogtreecommitdiff
path: root/x11/xcoloredit/Makefile
blob: fb86da15eb93f355ab5406f8b0f81201c4b4a669 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Satoshi TAOKA
# $FreeBSD$

PORTNAME=	xcoloredit
PORTVERSION=	1.2
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	XCONTRIB/../R5contrib
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Find colour values by graphical colour mixing

USES=		imake
USE_XORG=	ice sm x11 xaw xext xmu xpm xt

MANCOMPRESSED=	yes
MAN1=		xcoloredit.1
PLIST_FILES=	bin/xcoloredit

NO_STAGE=	yes
.include <bsd.port.mk>