mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
8efbfe6d1f
Approved by: portmgr (blanket)
16 lines
306 B
Makefile
16 lines
306 B
Makefile
PORTNAME= appres
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Program to list application's resources
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= x11 xt
|
|
|
|
PLIST_FILES= bin/appres share/man/man1/appres.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|