aboutsummaryrefslogtreecommitdiff
path: root/devel/g-wrap/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-15 18:34:05 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-15 18:34:05 +0000
commit310336da71e218fa1a44ec01959977277a9dc689 (patch)
tree211f8020c602ab8e55b8e5f8e474e5a62b4a7993 /devel/g-wrap/Makefile
parentd1a02d78f52d6fbfe2d5580301f46dcb50589738 (diff)
freebsd.org -> FreeBSD.org; fix MASTER_SITES; remove unneccessary USE_GMAKE;
fix process of install-info. PR: 19943 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=30669
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r--devel/g-wrap/Makefile19
1 files changed, 6 insertions, 13 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index fb86fd9afbb4..6ceceb197fd7 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -1,7 +1,7 @@
# ex:ts=8
-# Ports collection makefile for: g-wrap
-# Date created: Jun 29, 2000
-# Whom: Matthew Condell (mcondell@alum.mit.edu)
+# Ports collection makefile for: g-wrap
+# Date created: Jun 29, 2000
+# Whom: Matthew Condell (mcondell@alum.mit.edu)
#
# $FreeBSD$
#
@@ -9,20 +9,13 @@
PORTNAME= g-wrap
PORTVERSION= 0.9.4
CATEGORIES= devel
-MASTER_SITES= ftp://www.gnucash.org/pub/g-wrap/source/
+MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= guile.6:${PORTSDIR}/lang/guile
-INSTALLS_SHLIB= yes
-
-USE_GMAKE= yes
USE_LIBTOOL= yes
-
-post-install:
- install-info --section "Scheme Programming" \
- --entry "* g-wrap: (g-wrap). A tool for exporting C libraries into Scheme interpreters."\
- ${PREFIX}/info/g-wrap.info ${PREFIX}/info/dir
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>