blob: 953c040162612e74eb2c90b939002242bd189a5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: libspf-alt
# Date created: 28 February 2004
# Whom: Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$
#
PORTNAME= libspf-alt
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.midwestcs.com/spf/%SUBDIR%/
MASTER_SITE_SUBDIR= libspf-alt
DISTNAME= libspf_alt-${PORTVERSION}
MAINTAINER= daniel@roe.ch
COMMENT= Library that allows email systems such as Exim to check SPF records
GNU_CONFIGURE= yes
USE_ICONV= yes
USE_GETTEXT= yes
INSTALLS_SHLIB= yes
CPPFLAGS+= ${PTHREAD_CFLAGS} \
-I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --program-transform-name=s,^spf,spf_alt,
.include <bsd.port.mk>
|