1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/mail/xbuffy/Makefile
Niclas Zeising 82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00

24 lines
543 B
Makefile

# Created by: dchapes@zeus.leitch.com
# $FreeBSD$
PORTNAME= xbuffy
PORTVERSION= 3.3.3
PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.fiction.net/blong/programs/xbuffy/
DISTNAME= ${PORTNAME}-3.3.bl.3
MAINTAINER= ports@FreeBSD.org
COMMENT= Replacement for xbiff that handles multiple mail files
USES= cpe gmake xorg
USE_XORG= xext xt xaw
CPE_VENDOR= xbuffy_project
GNU_CONFIGURE= yes
PLIST_FILES= bin/xbuffy lib/X11/app-defaults/XBuffy man/man1/xbuffy.1.gz
post-build:
${STRIP_CMD} ${WRKSRC}/${PORTNAME}
.include <bsd.port.mk>