a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
21 lines
398 B
Makefile
21 lines
398 B
Makefile
# Created by: Satoshi TAOKA
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcoloredit
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= XCONTRIB/../R5contrib
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Find colour values by graphical colour mixing
|
|
|
|
USES= imake tar:Z
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
|
|
PLIST_FILES= bin/xcoloredit \
|
|
man/man1/xcoloredit.1.gz
|
|
|
|
.include <bsd.port.mk>
|