aboutsummaryrefslogtreecommitdiff
path: root/sysutils/iextract/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-18 13:44:22 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-18 13:44:22 +0000
commitfcbc3463cba2860570ef5b205a8994fa3c5e084f (patch)
tree38451abd1c670befa8256a6489ea188b8e5dccfe /sysutils/iextract/Makefile
parent07e453b674aef27a979456b0f4268ffd1a014f56 (diff)
downloadports-fcbc3463cba2860570ef5b205a8994fa3c5e084f.tar.gz
ports-fcbc3463cba2860570ef5b205a8994fa3c5e084f.zip
Notes
Diffstat (limited to 'sysutils/iextract/Makefile')
-rw-r--r--sysutils/iextract/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/iextract/Makefile b/sysutils/iextract/Makefile
deleted file mode 100644
index 52a3d4dd86b6..000000000000
--- a/sysutils/iextract/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= IExtract
-PORTVERSION= 0.9.30
-PORTREVISION= 2
-CATEGORIES= sysutils
-MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Extract meta-information from files
-
-LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USES= pkgconfig gettext
-CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath
-
-NO_STAGE= yes
-.include <bsd.port.mk>