mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
34e350e7ea
PR: 11841 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
28 lines
664 B
Makefile
28 lines
664 B
Makefile
# New ports collection makefile for: xdelta
|
|
# Version required: 1.0.2
|
|
# Date created: Sun May 4 21:40:06 CDT 1997
|
|
# Whom: jmacd
|
|
#
|
|
# $Id: Makefile,v 1.13 1999/05/02 18:48:03 mharo Exp $
|
|
#
|
|
|
|
DISTNAME= xdelta-1.0.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/
|
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
|
LIB_DEPENDS= glib12.2:${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>
|