freebsd-ports/misc/xdelta/Makefile

25 lines
433 B
Makefile
Raw Normal View History

# Created by: jmacd
1999-08-25 09:23:21 +02:00
# $FreeBSD$
1998-01-26 17:27:12 +01:00
2000-04-14 10:49:30 +02:00
PORTNAME= xdelta
2007-04-01 15:25:27 +02:00
PORTVERSION= 1.1.4
PORTREVISION= 5
CATEGORIES= misc devel
MASTER_SITES= GOOGLE_CODE
1998-01-26 17:27:12 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Diff/patch utility for binary files
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
2007-04-01 15:25:27 +02:00
USE_LDCONFIG= yes
1998-09-22 18:43:30 +02:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
1998-01-26 17:27:12 +01:00
.include <bsd.port.mk>