1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/mail/xbuffy/Makefile
Dmitry Marakasov 9518b1777b - Support staging
- Use meaningful patch names
- Convert USE_GMAKE to USES
2014-05-10 00:26:07 +00:00

23 lines
509 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= A replacement for xbiff that handles multiple mail files
USE_XORG= xext xt xaw
USES= gmake
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>