diff options
Diffstat (limited to 'x11/appres/Makefile')
-rw-r--r-- | x11/appres/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/appres/Makefile b/x11/appres/Makefile index e41b93ce6198..c4694985eaf8 100644 --- a/x11/appres/Makefile +++ b/x11/appres/Makefile @@ -1,15 +1,17 @@ PORTNAME= appres -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Program to list application's resources +WWW= https://gitlab.freedesktop.org/xorg/app/appres -USES= xorg xorg-cat:app -USE_XORG= x11 xt +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xt xorgproto PLIST_FILES= bin/appres share/man/man1/appres.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |