summaryrefslogtreecommitdiff
path: root/net/ORBit/Makefile
diff options
context:
space:
mode:
authorrh <rh>2001-04-06 21:42:56 +0000
committerrh <rh>2001-04-06 21:42:56 +0000
commit35667eb7241a9b95086e93d4cc102841345f8700 (patch)
tree059642b8fa37590cd343702309ae356fecea4db7 /net/ORBit/Makefile
parenteddac75e5c6a41ac5979e0b5cb94db888bfe829e (diff)
downloadpkgsrc-35667eb7241a9b95086e93d4cc102841345f8700.tar.gz
Update ORBit to 0.5.7. Changes are bugfixes only.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r--net/ORBit/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index 354a179e66b..dfb1efb4190 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2001/03/27 03:20:09 hubertf Exp $
+# $NetBSD: Makefile,v 1.52 2001/04/06 21:42:56 rh Exp $
#
-DISTNAME= ORBit-0.5.6
+DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/}
@@ -17,9 +17,9 @@ BUILD_DEPENDS+= automake-1.4:../../devel/automake
USE_LIBINTL= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig \
- ${WRKSRC}/popt/ltconfig \
- ${WRKSRC}/libIDL/ltconfig
+LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig
+LTCONFIG_OVERRIDE+= ${WRKSRC}/popt/ltconfig
+LTCONFIG_OVERRIDE+= ${WRKSRC}/libIDL/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
@@ -27,6 +27,11 @@ MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" # the build system runs
# # configure again...
CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
+# for DISTNAME, PKGNAME, and PLIST
+ORBIT_MAJOR= 5
+ORBIT_MINOR= 7
+PLIST_SUBST+= ORBIT_MAJOR=${ORBIT_MAJOR} ORBIT_MINOR=${ORBIT_MINOR}
+
INFO_FILES= libIDL.info
.include "../../mk/bsd.prefs.mk"