2010-11-19 02:23:05 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/11/19 07:23:09 espie Exp $
|
2006-10-29 09:37:30 -05:00
|
|
|
|
2007-09-15 20:17:04 -04:00
|
|
|
COMMENT= LDAP enabled MDA to deliver mails as SMS
|
2006-10-29 09:37:30 -05:00
|
|
|
|
|
|
|
DISTNAME= smsmail-1.0.2
|
2010-11-11 06:19:10 -05:00
|
|
|
REVISION = 1
|
2006-10-29 09:37:30 -05:00
|
|
|
|
|
|
|
CATEGORIES= mail
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.etc.msys.ch/software/smsmail/
|
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
WANTLIB= c pthread ldap_r>=8 lber>=8
|
2006-10-29 09:37:30 -05:00
|
|
|
|
2009-08-30 16:45:23 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2006-10-29 09:37:30 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
LIB_DEPENDS= databases/openldap
|
|
|
|
RUN_DEPENDS= comms/hylafax
|
2006-10-29 09:37:30 -05:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
post-install:
|
2007-01-12 09:30:31 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/openldap/schema/sms.schema \
|
2006-10-29 09:37:30 -05:00
|
|
|
${PREFIX}/share/examples/smsmail
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|