freebsd-ports/x11/xcoloredit/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

20 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>