Release notes: https://lists.x.org/archives/xorg-announce/2024-February/003447.html Sponsored by: Beckhoff Automation GmbH & Co. KG
17 lines
323 B
Makefile
17 lines
323 B
Makefile
PORTNAME= bitmap
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Bitmap editor and converter utilities for X
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= x11 xaw xbitmaps xmu xorgproto xt
|
|
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|