f76de16a7f
Reviewed by: manu (for #x11) Differential Revision: https://reviews.freebsd.org/D42309
14 lines
270 B
Makefile
14 lines
270 B
Makefile
PORTNAME= editres
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Dynamic resource editor for X Toolkit Applications
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= x11 xt xmu xaw
|
|
|
|
.include <bsd.port.mk>
|