1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/ftp/xrmftp/Makefile

41 lines
981 B
Makefile
Raw Normal View History

# New ports collection Makefile for: xrmftp
# Date created: 28 March 2000
# Whom: Matt Heckaman <matt@LUCIDA.CA>
#
# $FreeBSD$
#
2000-04-12 05:31:29 +00:00
PORTNAME= xrmftp
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
EXTRACT_SUFX= .src.tgz
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:06:51 +00:00
COMMENT= Graphical FTP client based on the xforms library
2002-07-04 09:20:30 +00:00
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.src
USE_X_PREFIX= yes
2005-04-22 09:21:12 +00:00
ALL_TARGET= xrmftp
CFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/X11
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
LDFLAGS="-L/usr/lib -L${X11BASE}/lib -lm -lX11 -lforms -lXpm"
PORTDOCS= CHANGES FIXED-BUGS README
PLIST_FILES= bin/xrmftp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for file in CHANGES FIXED-BUGS README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>