freebsd-ports/mail/p5-IMAP-Admin/Makefile

35 lines
956 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-IMAP-Admin
# Date created: Sun Sep 26 09:25:38 EEST 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
# $FreeBSD$
#
2000-04-13 22:01:08 +02:00
PORTNAME= IMAP-Admin
PORTVERSION= 1.6.7
CATEGORIES= mail perl5
MASTER_SITES= CPAN
2000-04-21 09:15:20 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= chifeng@gmail.com
2003-02-20 20:00:52 +01:00
COMMENT= Perl module for basic IMAP server administration
PERL_CONFIGURE= YES
MAN3= IMAP::Admin.3
2008-09-29 01:30:50 +02:00
EXAMPLESDIR= ${PREFIX}/share/examples/${UNIQUENAME}
2008-09-29 01:30:50 +02:00
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES= create.pl delete.pl
post-install:
2005-02-22 16:31:47 +01:00
@${MKDIR} ${EXAMPLESDIR}
2008-09-29 01:30:50 +02:00
@cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
@${ECHO_MSG} ""
@${ECHO_MSG} "*******************************************************************************"
2005-02-22 16:31:47 +01:00
@${ECHO_MSG} "See ${EXAMPLESDIR} for some examples..."
@${ECHO_MSG} "*******************************************************************************"
@${ECHO_MSG} ""
2008-09-29 01:30:50 +02:00
.endif
.include <bsd.port.mk>