blob: e82a7299fd29f9f1f03c40889e4d59d5ec556c9b (
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
34
35
36
37
38
39
40
41
42
43
44
45
|
# New ports collection makefile for: gproftpd
# Date created: 14 September 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gproftpd
PORTVERSION= 8.3.2
PORTREVISION= 6
CATEGORIES= ftp
MASTER_SITES= http://mange.dynalias.org/linux/gproftpd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gtk2 Frontend for proftpd daemon
RUN_DEPENDS= proftpd:${PORTSDIR}/ftp/proftpd
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:267
GNU_CONFIGURE= yes
USE_GNOME= gtk20 pkgconfig
PORTDOCS= AUTHORS README ChangeLog COPYING
post-extract:
@${ECHO_CMD} ""
@${ECHO_CMD} "****** Make sure you have mod_tls and mod_radius enabled in ftp/proftpd ******"
@${ECHO_CMD} ""
@sleep 3
@${CP} ${FILESDIR}/crypt.h ${WRKSRC}/src/
post-configure:
@${REINPLACE_CMD} -e "s:\<crypt.h\>:\"crypt.h\":" ${WRKSRC}/src/functions.c
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
@${INSTALL} -d ${PREFIX}/share/applications
@${INSTALL_DATA} ${WRKSRC}/desktop/net-gproftpd.desktop \
${PREFIX}/share/applications
.include <bsd.port.mk>
|