openbsd-ports/misc/xdelta/Makefile
brad c1e4b745bf - no need to specific the location to glib-config in the Makefile
- someone forgot to remove the PLIST.noshared on the switch over to the
new PLIST framework which just negates the switch for archs without
shared libraries.
2000-09-16 11:56:03 +00:00

26 lines
605 B
Makefile

# $OpenBSD: Makefile,v 1.11 2000/09/16 11:56:03 brad Exp $
# $FreeBSD: Makefile,v 1.10 1998/09/03 00:05:11 jmacd Exp $
DISTNAME= xdelta-1.1.1
CATEGORIES= misc
NEED_VERSION= 1.319
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/
HOMEPAGE= http://www.xcf.berkeley.edu/~jmacd/xdelta.html
LIB_DEPENDS= gdbm.2::databases/gdbm \
glib.1.2::devel/glib
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
.include <bsd.port.mk>