freebsd-ports/x11/listres/Makefile
Niclas Zeising 61360d0ad9 x11/listres: Update to 1.0.5
Add missing libx11 dependency and sort list

Summary of changes:
* Autoconf fixes
2018-05-10 14:42:29 +00:00

15 lines
249 B
Makefile

# $FreeBSD$
PORTNAME= listres
PORTVERSION= 1.0.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= List resources in widgets
XORG_CAT= app
USE_XORG= x11 xaw xmu xproto xt
PLIST_FILES= bin/listres man/man1/listres.1.gz
.include <bsd.port.mk>