freebsd-ports/misc/xdelta/Makefile

25 lines
490 B
Makefile
Raw Normal View History

1999-02-20 11:47:28 +01:00
# New ports collection makefile for: xdelta
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: jmacd
1998-01-26 17:27:12 +01:00
#
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
PORTVERSION= 1.1.2
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
1998-01-26 17:27:12 +01:00
MAINTAINER= c9710216@atlas.newcastle.edu.au
USE_GNOMENG= yes
USE_GNOME= glib12
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
1998-09-22 18:43:30 +02:00
MAN1= xdelta.1
1998-01-26 17:27:12 +01:00
.include <bsd.port.mk>