mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
643670996b
Update x11/bitmap to 1.0.9 Add license add missing dependencies This release fixes a long standing bug in the bitmap editor where operations would not work properly when NumLock was on. Changelog: https://lists.x.org/archives/xorg/2019-February/059595.html PR: 235912 Submitted by: Samy Mahmoudi Sponsored by: B3 Init (zeising)
17 lines
276 B
Makefile
17 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bitmap
|
|
PORTVERSION= 1.0.9
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Bitmap editor and converter utilities for X
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xaw xbitmaps xmu xorgproto xt
|
|
|
|
.include <bsd.port.mk>
|