1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11/appres/Makefile
Helge Oldach 8efbfe6d1f x11/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-01-29 20:35:45 +03:00

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>