c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
22 lines
572 B
Makefile
22 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/03 00:17:48 tv Exp $
|
|
|
|
DISTNAME= IglooFTP-0.6.1
|
|
PKGREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/file-transfer/} \
|
|
ftp://littleigloo.org/pub/iglooftp/
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= rxg@NetBSD.org
|
|
HOMEPAGE= http://www.littleigloo.org/iglooftp.php3
|
|
COMMENT= Easy to use FTP client for X Window System
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USE_BUILDLINK3= yes
|
|
USE_X11= yes
|
|
|
|
post-extract:
|
|
${RM} ${WRKSRC}/../share/docs/LICENSE~
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|