aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xdelta/Makefile
blob: 6d18da3c5927b73234080ec8d4408ae73ada9e1b (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
# New ports collection makefile for:        xdelta
# Date created:                 Sun May  4 21:40:06 CDT 1997
# Whom:                     jmacd
#
# $FreeBSD$
#

PORTNAME=   xdelta
PORTVERSION=    1.1.1
CATEGORIES= misc
MASTER_SITES=   ftp://ftp.xcf.berkeley.edu/pub/xdelta/

MAINTAINER= c9710216@atlas.newcastle.edu.au

USE_GLIB=   yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

MAN1=           xdelta.1

.include <bsd.port.mk>