pkgsrc-wip/minimalist/Makefile
pancake ;) a6c545b057 Initial import of minimalist:
Minimalist stands for Minimalistic Mailing Lists Manager. Although it is
declared as minimalistic, it has many features as his eldest brosers, such
as Majordomo and so on, but in contrast to them it is very small, fast,
simple for setup and maintenance. Also it has very clean internal structure
and if you are familiar with Perl, you can add as many additional features,
as you need.
2004-01-11 22:00:14 +00:00

26 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/01/11 22:00:14 poppnk Exp $
#
DISTNAME= minimalist-2.4
CATEGORIES= wip mail
MASTER_SITES= http://www.mml.org.ua/LIST/
EXTRACT_SUFX= .tgz
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.mml.org.ua/LIST/
COMMENT= Minimalistic Mailing Lists Manager
USE_BUILDLINK2= yes
USE_PERL5= yes
REPLACE_PERL= ${WRKSRC}/minimalist.pl
REPLACE_PERL+= ${WRKSRC}/contrib/minimalist_request.pl
do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/minimalist.pl \
${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/contrib/minimalist_request.pl \
${PREFIX}/bin/
.include "../../mk/bsd.pkg.mk"