mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8b4d928c63
dependency for gnucash
22 lines
393 B
Makefile
22 lines
393 B
Makefile
# 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.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/
|
|
|
|
MAINTAINER= ade@FreeBSD.org
|
|
|
|
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|