diff options
Diffstat (limited to 'x11/xgc/Makefile')
-rw-r--r-- | x11/xgc/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/xgc/Makefile b/x11/xgc/Makefile index ffd4f4c5cfce..6721469b7bdb 100644 --- a/x11/xgc/Makefile +++ b/x11/xgc/Makefile @@ -1,16 +1,15 @@ PORTNAME= xgc -PORTVERSION= 1.0.5 -PORTREVISION= 1 +DISTVERSION= 1.0.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X graphics demo +WWW= https://gitlab.freedesktop.org/xorg/app/xgc/ LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= xt xaw - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xaw xorgproto xt .include <bsd.port.mk> |