22 lines
416 B
Makefile
22 lines
416 B
Makefile
# $OpenBSD: Makefile,v 1.24 2013/03/11 11:23:54 espie Exp $
|
|
|
|
COMMENT= display from/subject from incoming mails using X11
|
|
|
|
DISTNAME= xlbiff-3.0
|
|
REVISION = 2
|
|
CATEGORIES= mail x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_R5CONTRIB}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c pthread-stubs \
|
|
xcb
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|