diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-11 07:56:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-11 07:56:20 +0000 |
commit | 54da1ac1b2929512285d0b792eb72d59130ac37e (patch) | |
tree | 24d9265ce7fcd0e5c440b51e7c19254d1764027e | |
parent | c52e18b93095e8fa2121f80626cb5b1e4a53abd4 (diff) | |
download | ports-54da1ac1b2929512285d0b792eb72d59130ac37e.tar.gz ports-54da1ac1b2929512285d0b792eb72d59130ac37e.zip |
add xbiso 0.6.0
XBox xdvdfs iso extraction utility
Notes
Notes:
svn path=/head/; revision=100643
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/xbiso/Makefile | 34 | ||||
-rw-r--r-- | misc/xbiso/distinfo | 2 | ||||
-rw-r--r-- | misc/xbiso/pkg-descr | 1 |
4 files changed, 38 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index a1fbf942cd0b..0eceedbcb55f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -384,6 +384,7 @@ SUBDIR += wmwork SUBDIR += wmx10 SUBDIR += wotsap + SUBDIR += xbiso SUBDIR += xd SUBDIR += xdelta SUBDIR += xdf 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 |