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.
24 lines
614 B
Makefile
24 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:02 tv Exp $
|
|
|
|
DISTNAME= xrmftp-1.2.4
|
|
PKGREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mat.uni.torun.pl/~rafmet/xrmftp/
|
|
EXTRACT_SUFX= .src.tgz
|
|
|
|
MAINTAINER= rxg@NetBSD.org
|
|
HOMEPAGE= http://www.mat.uni.torun.pl/~rafmet/xrmftp/
|
|
COMMENT= FTP client for X Window System
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}.src
|
|
USE_BUILDLINK3= yes
|
|
USE_X11BASE= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${PREFIX}/bin
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../x11/xforms/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|