summaryrefslogtreecommitdiff
path: root/mbone/rat/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>1998-09-13 17:06:08 +0000
committergarbled <garbled>1998-09-13 17:06:08 +0000
commit039ff1ad17e76e72d1b6aa70d15e3deee7c69dd6 (patch)
tree464caa6551da6ca0206c68965187f1e6c2b69b32 /mbone/rat/Makefile
parent82aee945f578e8495d2574496c6c3ff4e595f8af (diff)
downloadpkgsrc-039ff1ad17e76e72d1b6aa70d15e3deee7c69dd6.tar.gz
Makefile: removed tk80 as a category, added USE_X11, fixed up build target
Patches: Added patch to fix alpha 64bit-ism, broke up patches into separate files, fix various Makefiles WRT PREFIX,X11BASE and LOCALBASE handling. All in all, this was a mess. It works now on elf/alpha, pending a fix to bsd.pkg.mk.. if that falls through, one line will fix it up in the Makefile.
Diffstat (limited to 'mbone/rat/Makefile')
-rw-r--r--mbone/rat/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index a776816c248..febcc0ae774 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 1998/08/20 15:17:11 tsarna Exp $
+# $NetBSD: Makefile,v 1.8 1998/09/13 17:06:08 garbled Exp $
#
DISTNAME= rat-3.0.24
-CATEGORIES= mbone tk80
+CATEGORIES= mbone
MASTER_SITES= ftp://cs.ucl.ac.uk/mice/rat/src/
MAINTAINER= mycroft@netbsd.org
@@ -13,16 +13,17 @@ DEPENDS+= tk-8.0p2:../../x11/tk80
RESTRICTED= "Contains DES encryption"
MIRROR_DISTFILE=no
USE_GMAKE= yes
+USE_X11= yes
do-build:
- cd ${WRKSRC} && PREFIX=${PREFIX} MAKE=${MAKE_PROGRAM} ./Build rat
+ cd ${WRKSRC} && PREFIX=${PREFIX} MAKE=${MAKE_PROGRAM} LDFLAGS="${LDFLAGS}" X11BASE=${X11BASE} LOCALBASE=${LOCALBASE} ./Build rat
do-install:
cd ${WRKSRC} && ( \
${INSTALL_PROGRAM} \
bin/$${USER:=`whoami`}/rat-`uname -s`-`uname -r` \
- ${LOCALBASE}/bin/rat; \
+ ${PREFIX}/bin/rat; \
${INSTALL_MAN} \
- man/man1/rat.1 ${LOCALBASE}/man/man1/rat.1 )
+ man/man1/rat.1 ${PREFIX}/man/man1/rat.1 )
.include "../../mk/bsd.pkg.mk"