1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/ftp/gftp/Makefile
Michael Haro 1c1aaf40a3 Update to 2.0.1
Submitted by: Chris Piazza cpiazza@home.net
PR Number: 11726
1999-05-17 19:52:14 +00:00

31 lines
668 B
Makefile

# New ports collection makefile for: gftp
# Version required: 2.0.1
# Date Created: 21 Feb 1999
# Whom: Damjan Marion <dmarion@open.hr>
#
# $Id: Makefile,v 1.2 1999/04/27 00:37:35 taoka Exp $
#
DISTNAME= gftp-2.0.1
CATEGORIES= net
MASTER_SITES= http://www.newwave.net/~masneyb/
MAINTAINER= dmarion@open.hr
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_AUTOCONF= yes
USE_X_PREFIX= yes
pre-install:
find ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \;
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gftp ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/gftp
.for i in sample.gftp/*
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/gftp
.endfor
.include <bsd.port.mk>