diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-02-11 15:56:20 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-02-11 15:56:20 +0800 |
commit | c35e09c1641e5a1f792e6896c94f0f76288c3707 (patch) | |
tree | 053d3385767b3e21028bc5cb322e4bcb0c49cfb3 /misc/xbiso | |
parent | 48c50fa011c6d0f187af8fa280ccd8c80e5b87e2 (diff) | |
download | freebsd-ports-gnome-c35e09c1641e5a1f792e6896c94f0f76288c3707.tar.gz freebsd-ports-gnome-c35e09c1641e5a1f792e6896c94f0f76288c3707.tar.zst freebsd-ports-gnome-c35e09c1641e5a1f792e6896c94f0f76288c3707.zip |
add xbiso 0.6.0
XBox xdvdfs iso extraction utility
Diffstat (limited to 'misc/xbiso')
-rw-r--r-- | misc/xbiso/Makefile | 34 | ||||
-rw-r--r-- | misc/xbiso/distinfo | 2 | ||||
-rw-r--r-- | misc/xbiso/pkg-descr | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/misc/xbiso/Makefile b/misc/xbiso/Makefile new file mode 100644 index 000000000000..03bdfb817acf --- /dev/null +++ b/misc/xbiso/Makefile @@ -0,0 +1,34 @@ +# ex:ts=8 +# Ports collection makefile for: xbiso +# Date created: Jan 28, 2004 +# Whom: ijliao ij +# +# $FreeBSD$ +# + +PORTNAME= xbiso +PORTVERSION= 0.6.0 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= XBox xdvdfs iso extraction utility + +LIB_DEPENDS= ftp.3:${PORTSDIR}/ftp/ftplib + +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ENV= LIBS="-L${LOCALBASE}/lib" + +PLIST_FILES= bin/xbiso + +post-patch: + @${REINPLACE_CMD} -e "s,^LIBS =,LIBS+=," ${WRKSRC}/Makefile.in + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xbiso ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/misc/xbiso/distinfo b/misc/xbiso/distinfo new file mode 100644 index 000000000000..cfd9a6176232 --- /dev/null +++ b/misc/xbiso/distinfo @@ -0,0 +1,2 @@ +MD5 (xbiso-0.6.0.tar.gz) = c3ce54375de763d345122e84e200eae1 +SIZE (xbiso-0.6.0.tar.gz) = 71091 diff --git a/misc/xbiso/pkg-descr b/misc/xbiso/pkg-descr new file mode 100644 index 000000000000..0539defa4b9e --- /dev/null +++ b/misc/xbiso/pkg-descr @@ -0,0 +1 @@ +xbiso is an iso extraction utillity for xdvdfs images |