mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
b0b0fade1b
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
18 lines
288 B
Makefile
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>
|