freebsd-ports/x11/xcoloredit/Makefile

22 lines
413 B
Makefile
Raw Normal View History

# Created by: Satoshi TAOKA
1999-08-31 04:51:23 +02:00
# $FreeBSD$
2000-04-13 21:19:05 +02:00
PORTNAME= xcoloredit
2001-02-05 17:18:54 +01:00
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= XCONTRIB/../R5contrib
2000-04-13 21:19:05 +02:00
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
2013-12-14 00:49:07 +01:00
PLIST_FILES= bin/xcoloredit \
man/man1/xcoloredit.1.gz
.include <bsd.port.mk>