2000-04-01 12:31:44 +00:00
|
|
|
# New ports collection Makefile for: xrmftp
|
|
|
|
# Date created: 28 March 2000
|
2001-03-12 18:10:32 +00:00
|
|
|
# Whom: Matt Heckaman <matt@LUCIDA.CA>
|
2000-04-01 12:31:44 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-12 05:31:29 +00:00
|
|
|
PORTNAME= xrmftp
|
|
|
|
PORTVERSION= 1.2.4
|
2010-02-05 11:46:55 +00:00
|
|
|
PORTREVISION= 5
|
2000-04-01 12:31:44 +00:00
|
|
|
CATEGORIES= ftp
|
2004-05-17 18:38:03 +00:00
|
|
|
MASTER_SITES= http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
|
2000-04-01 12:31:44 +00:00
|
|
|
EXTRACT_SUFX= .src.tgz
|
|
|
|
|
2009-08-28 16:52:33 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= Graphical FTP client based on the xforms library
|
2000-04-01 12:31:44 +00:00
|
|
|
|
2002-07-04 09:20:30 +00:00
|
|
|
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
|
2000-04-01 12:31:44 +00:00
|
|
|
|
2004-05-17 18:38:03 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.src
|
|
|
|
|
2005-04-22 09:21:12 +00:00
|
|
|
ALL_TARGET= xrmftp
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/X11
|
2005-04-22 09:21:12 +00:00
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
LDFLAGS="-L/usr/lib -L${LOCALBASE}/lib -lm -lX11 -lforms -lXpm"
|
2004-05-17 18:38:03 +00:00
|
|
|
|
|
|
|
PORTDOCS= CHANGES FIXED-BUGS README
|
|
|
|
PLIST_FILES= bin/xrmftp
|
2000-04-01 12:31:44 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${PREFIX}/bin
|
2004-05-17 18:38:03 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in CHANGES FIXED-BUGS README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2000-04-01 12:31:44 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|