openbsd-ports/mail/courier-imap/Makefile
avsm 0939ee2710 - Update to v1.0
- Change the maintainer address
- Remove redundant Makefile.in patch and regenerate others
2000-09-10 20:38:10 +00:00

32 lines
843 B
Makefile

# $OpenBSD: Makefile,v 1.3 2000/09/10 20:38:10 avsm Exp $
DISTNAME= courier-imap-1.0
CATEGORIES= mail
NEED_VERSION= 1.326
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
MAINTAINER= avsm@openbsd.org
HOMEPAGE= http://www.inter7.com/courierimap/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-root-check --datadir=${PREFIX}/sbin
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/courier-imap
${INSTALL_DATA} ${WRKBUILD}/imapd-ssl.config \
${PREFIX}/share/examples/courier-imap
${INSTALL_DATA} ${WRKBUILD}/imapd.config \
${PREFIX}/share/examples/courier-imap
${INSTALL_DATA} ${WRKBUILD}/imapd.cnf \
${PREFIX}/share/examples/courier-imap
.include <bsd.port.mk>