blob: 7521febee68e4c63d3b3357c1f0e9758fb099778 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= listres
PORTVERSION= 1.0.6
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= List resources in widgets
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xaw xmu xorgproto xt
PLIST_FILES= bin/listres share/man/man1/listres.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>
|