blob: 94da871b5838e5e5ff841a6d4ab8f478d129eaec (
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
|
# New ports collection makefile for: IglooFTP
# Version required: 0.6.1
# Date created: 3 May 1999
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1999/05/07 17:43:08 flathill Exp $
#
DISTNAME= IglooFTP-0.6.1.src
PKGNAME= IglooFTP-0.6.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://littleigloo.org/pub/iglooftp/
MASTER_SITE_SUBDIR= system/network/file-transfer
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
intl.1:${PORTSDIR}/devel/gettext
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/IglooFTP-0.6.1
do-build:
@ cd ${WRKSRC}/src; ${MAKE}
do-install:
@ cd ${WRKSRC}/src; ${MAKE} install
@ ${RM} ${PREFIX}/share/IglooFTP/docs/LICENSE~
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/IglooFTP
.for file in AUTHORS BUGS COPYRIGHT THANKS TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IglooFTP
.endfor
.endif
.include <bsd.port.mk>
|