blob: 39816c00e3b2408a6b505ddc64193e745197e62e (
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
|
# New ports collection makefile for: xdelta
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: jmacd
#
# $FreeBSD$
#
PORTNAME= xdelta
PORTVERSION= 1.1.2
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= c9710216@atlas.newcastle.edu.au
USE_GLIB= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
MAN1= xdelta.1
pre-patch:
@${PERL} -pi -e 's|\$\(top_builddir\)/libtool|\$\(prefix\)/bin/libtool|' \
${WRKSRC}/configure
.include <bsd.port.mk>
|