blob: ddba419a0df953cac06a326d00ed131517408800 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= listres
PORTVERSION= 1.0.3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= List resources in widgets
XORG_CAT= app
USE_XORG= xproto xt xmu xaw xorg-macros
PLIST_FILES= bin/listres
MAN1= listres.1
.include <bsd.port.mk>
|