23e0063766
variable substituition of "MASTER_SITES" and "PATCH_SITES".
17 lines
393 B
Makefile
17 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:44 tron Exp $
|
|
|
|
DISTNAME= coolmail-1.3
|
|
CATEGORIES= mail x11
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/mail/biffs/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= root@garbled.net
|
|
|
|
MAKE_ENV+= X11BASE=${PREFIX}
|
|
USE_X11BASE= yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/Coolmail.ad \
|
|
${PREFIX}/lib/X11/app-defaults/Coolmail
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|