2005-05-23 11:51:05 +02:00
|
|
|
# New ports collection makefile for: libdomainkeys
|
|
|
|
# Date created: 16 May 2005
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libdomainkeys
|
2008-06-24 16:25:59 +02:00
|
|
|
PORTVERSION= 0.69
|
2005-05-23 11:51:05 +02:00
|
|
|
CATEGORIES= mail
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/domainkeys/${PORTNAME}/${PORTVERSION}
|
2005-05-23 11:51:05 +02:00
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= DomainKeys library
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= YES
|
2005-10-07 12:37:05 +02:00
|
|
|
SHLIB_MAJOR= 3
|
2005-05-23 11:51:05 +02:00
|
|
|
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
|
|
|
|
|
|
|
USE_OPENSSL= YES
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
|
|
|
|
@${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \
|
|
|
|
${FILESDIR}/Makefile > ${WRKSRC}/Makefile
|
|
|
|
|
2006-07-31 15:32:39 +02:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DATADIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/dknewkey ${DATADIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/test ${DATADIR}/dktest
|
|
|
|
|
2005-05-23 11:51:05 +02:00
|
|
|
.include <bsd.port.mk>
|