blob: 18ff09b337d79250821f56502cdd41eee469c31f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
USES= xorg xorg-cat:app
USE_XORG= x11 xaw xbitmaps xmu xorgproto xt
.include <bsd.port.mk>
|