diff options
Diffstat (limited to 'x11/ico/Makefile')
-rw-r--r-- | x11/ico/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/ico/Makefile b/x11/ico/Makefile index bbadbee338dc..562feeec025d 100644 --- a/x11/ico/Makefile +++ b/x11/ico/Makefile @@ -1,15 +1,16 @@ PORTNAME= ico -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Displays a wire-frame rotating plyhedron +WWW= https://gitlab.freedesktop.org/xorg/app/ico -USES= xorg xorg-cat:app -USE_XORG= x11 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto PLIST_FILES= bin/ico share/man/man1/ico.1.gz |