blob: 154ffa0271e18b33c134060d78adc5fa34ae33a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= editres
PORTVERSION= 1.0.7
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Dynamic resource editor for X Toolkit Applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= x11 xt xmu xaw
.include <bsd.port.mk>
|