1793f6d653
Add WWW and TEST_TARGET. Update pkg-descr. https://lists.x.org/archives/xorg-announce/2026-January/003654.html PR: 294770 Approved by: x11 (arrowd) Approved by: osa (mentor)
18 lines
354 B
Makefile
18 lines
354 B
Makefile
PORTNAME= bitmap
|
|
DISTVERSION= 1.1.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Bitmap editor and converter utilities for X
|
|
WWW= https://gitlab.freedesktop.org/xorg/app/bitmap
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= x11 xaw xbitmaps xmu xorgproto xt
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|