diff options
Diffstat (limited to 'x11/xcursorgen/Makefile')
-rw-r--r-- | x11/xcursorgen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index 1ee03d499339..7c42854f0e8b 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,12 +1,13 @@ PORTNAME= xcursorgen -PORTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.0.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Create an X cursor file from a collection of PNG images +WWW= https://gitlab.freedesktop.org/xorg/app/xcursorgen LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png @@ -16,6 +17,5 @@ USE_XORG= x11 xcursor xorgproto INSTALL_TARGET= install-strip PLIST_FILES= bin/xcursorgen share/man/man1/xcursorgen.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |