1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/x11/xbiff/Makefile
Niclas Zeising b0b0fade1b x11/xbiff: Update to 1.0.4
Update x11/xbiff to 1.0.4
Add licensing information
Add missing dependencies
This is a maintenance release

Changelog:
https://lists.x.org/archives/xorg-announce/2019-July/003009.html

Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
2019-08-18 14:56:44 +00:00

18 lines
288 B
Makefile

# $FreeBSD$
PORTNAME= xbiff
PORTVERSION= 1.0.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Mailbox flag for X
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
USE_XORG= x11 xaw xbitmaps xext xmu xt
PLIST_FILES= bin/xbiff man/man1/xbiff.1.gz
.include <bsd.port.mk>