mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
08c99f3ad5
Approved by: portmgr (bapt)
21 lines
488 B
Makefile
21 lines
488 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IExtract
|
|
PORTVERSION= 0.9.30
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|