Bump x11/kde4-runtime to version 4.14.3_3
[dports.git] / x11 / xcoloredit / Makefile
1 # Created by: Satoshi TAOKA
2 # $FreeBSD$
3
4 PORTNAME=       xcoloredit
5 PORTVERSION=    1.2
6 PORTREVISION=   2
7 CATEGORIES=     x11
8 MASTER_SITES=   XCONTRIB/../R5contrib
9 DISTNAME=       ${PORTNAME}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Find colour values by graphical colour mixing
13
14 USES=           imake tar:Z
15 USE_XORG=       ice sm x11 xaw xext xmu xpm xt
16
17 PLIST_FILES=    bin/xcoloredit \
18                 man/man1/xcoloredit.1.gz
19
20 .include <bsd.port.mk>