blob: 967e43cbf80b0b96160ac217f573f4aa619cd9d3 (
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
|
# Ports collection makefile for: authforce
# Date created: 08.05.2002
# Whom: Andrey A. Chernov <ache@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= authforce
PORTVERSION= 0.9.6
CATEGORIES= security www
MASTER_SITES= http://kapheine.hypa.net/authforce/
MAINTAINER= ache@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
curl.2:${PORTSDIR}/ftp/curl \
intl.2:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-lgnugetopt -lintl"
MAN1= authforce.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|