blob: e4db8d62a8fed57e815316db9c2edfad328a4e36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# ex:ts=8
# Ports collection makefile for: g-wrap
# Date created: Jun 29, 2000
# Whom: Matthew Condell (mcondell@alum.mit.edu)
#
# $FreeBSD$
#
PORTNAME= g-wrap
PORTVERSION= 0.9.12
CATEGORIES= devel
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|