c1e4b745bf
- 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.
26 lines
605 B
Makefile
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>
|