freebsd-ports/misc/xdelta/Makefile
Maxim Sobolev 612935d841 - Prevent the port from installing useless .la files;
- remove useless USE_LIBTOOL along with the custom regex and replace it with a
  patch;
- properly pass CONFIGURE_TARGET for this configure script generated by the
  newest autoconf.
2001-07-23 09:56:15 +00:00

24 lines
469 B
Makefile

# 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
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= xdelta.1
.include <bsd.port.mk>