58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
25 lines
632 B
Makefile
25 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/12/15 20:33:00 joerg Exp $
|
|
|
|
DISTNAME= xrmftp-1.2.4
|
|
PKGREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
|
|
EXTRACT_SUFX= .src.tgz
|
|
|
|
MAINTAINER= rxg@NetBSD.org
|
|
HOMEPAGE= http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
|
|
COMMENT= FTP client for X Window System
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}.src
|
|
USE_X11BASE= yes
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${PREFIX}/bin
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/xforms/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|