blob: 3f79db186e48a7d2438a244a616688eb6ea0a6db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: xdelta
# Version required: 1.0.2
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: jmacd
#
# $FreeBSD$
#
DISTNAME= xdelta-1.0.2
CATEGORIES= misc
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/
MAINTAINER= jmacd@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS=-L${LOCALBASE}/lib \
GLIB_CONFIG="${GLIB_CONFIG}"
MAN1= xdelta.1
.include <bsd.port.mk>
|