ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/ftp/tnftpd/Makefile
Revision: 17637
Committed: Sun Sep 28 22:44:41 2014 UTC (9 years, 6 months ago) by laffer1
File size: 1272 byte(s)
Log Message:
libtool fix

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= tnftpd
4 PORTVERSION= 20130325
5 PORTREVISION= 0
6 CATEGORIES= ftp ipv6
7 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Enhanced ftp server from NetBSD
11
12 LICENSE= bsd4
13
14 USES= libtool
15 GNU_CONFIGURE= yes
16 USE_AUTOTOOLS= aclocal automake
17 AUTOMAKE_ARGS= --add-missing
18 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
19
20 .include <bsd.port.pre.mk>
21
22 .if ${OSVERSION} >= 4016
23 CFLAGS+= -DSUPPORT_UTMPX
24 .else
25 CFLAGS+= -DSUPPORT_UTMP
26 .endif
27
28 MAN5= ftpd.conf.5 ftpusers.5
29 MAN8= tnftpd.8
30 PLIST_FILES= libexec/tnftpd
31 PORTDOCS= ChangeLog NEWS README THANKS COPYING
32 PORTEXAMPLES= ftpd.conf ftpusers
33
34 SUB_FILES= pkg-message
35
36 do-install:
37 ${INSTALL_PROGRAM} ${WRKSRC}/src/tnftpd ${PREFIX}/libexec
38 ${INSTALL_MAN} ${WRKSRC}/src/ftpd.conf.man ${PREFIX}/man/man5/ftpd.conf.5
39 ${INSTALL_MAN} ${WRKSRC}/src/ftpusers.man ${PREFIX}/man/man5/ftpusers.5
40 ${INSTALL_MAN} ${WRKSRC}/src/tnftpd.man ${PREFIX}/man/man8/tnftpd.8
41 .if !defined(NOPORTDOCS)
42 ${MKDIR} ${DOCSDIR}
43 .for f in ${PORTDOCS}
44 ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
45 .endfor
46 .endif
47 .if !defined(NOPORTEXAMPLES)
48 ${MKDIR} ${EXAMPLESDIR}
49 .for f in ${PORTEXAMPLES}
50 ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}
51 .endfor
52 .endif
53
54 .include <bsd.port.post.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H