Files
ports/mail/xbuffy/Makefile
T
Muhammad Moinur Rahman 43f4148c73 mail/xbuffy: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 19:21:00 +01:00

22 lines
538 B
Makefile

PORTNAME= xbuffy
PORTVERSION= 3.3.3
PORTREVISION= 5
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/xbuffy lib/X11/app-defaults/XBuffy share/man/man1/xbuffy.1.gz
post-build:
${STRIP_CMD} ${WRKSRC}/${PORTNAME}
.include <bsd.port.mk>