- 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.
This commit is contained in:
parent
107abfb98e
commit
c1e4b745bf
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2000/08/21 04:55:11 kevlo Exp $
|
||||
# $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
|
||||
@ -8,6 +8,9 @@ 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
|
||||
@ -15,12 +18,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= gdbm.2::databases/gdbm \
|
||||
glib.1.2::devel/glib
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/glib-config"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,16 +0,0 @@
|
||||
bin/edsio-comp
|
||||
bin/xdelta
|
||||
bin/xdelta-config
|
||||
include/edsio.h
|
||||
include/edsio_edsio.h
|
||||
include/xd_edsio.h
|
||||
include/xdelta.h
|
||||
@unexec install-info --delete %D/info/xdelta.info %D/info/dir
|
||||
info/xdelta.info
|
||||
@exec install-info %D/info/xdelta.info %D/info/dir
|
||||
lib/libedsio.a
|
||||
lib/libedsio.la
|
||||
lib/libxdelta.a
|
||||
lib/libxdelta.la
|
||||
man/man1/xdelta.1
|
||||
share/aclocal/xdelta.m4
|
Loading…
Reference in New Issue
Block a user