144a1ee175
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
26 lines
698 B
Makefile
26 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/07/22 04:46:16 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= bbmail-0.8.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail x11
|
|
MASTER_SITES= http://bbtools.windsofstorm.net/sources/
|
|
|
|
MAINTAINER= jschauma@NetBSD.org
|
|
HOMEPAGE= http://bbtools.windsofstorm.net/
|
|
COMMENT= Mailbox monitor (not only) for the blackbox windowmanager
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bbmail ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/bbmail.1 ${PREFIX}/man/man1/
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/bbtools/
|
|
${INSTALL_DATA} ${WRKSRC}/data/bbmail.bb ${PREFIX}/share/bbtools/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|