mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
33 lines
719 B
Makefile
33 lines
719 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbiso
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= XBox xdvdfs iso extraction utility
|
|
|
|
LIB_DEPENDS= ftp.3:${PORTSDIR}/ftp/ftplib
|
|
|
|
BROKEN= Does not compile with ftplib>=4.0
|
|
DEPRECATED= Broken for more than 6 month
|
|
EXPIRATION_DATE= 2014-02-27
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/xbiso
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|$$(CPPFLAGS)|@CPPFLAGS@|g ; \
|
|
s|= @LIBS@|= @LDFLAGS@ @LIBS@|g' ${WRKSRC}/Makefile.in
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xbiso ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|