2002-05-18 23:52:55 +02:00
|
|
|
# New ports collection makefile for: fileroller
|
|
|
|
# Date created: 18 May 2002
|
|
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fileroller
|
2002-11-13 06:30:09 +01:00
|
|
|
PORTVERSION= 2.0.4
|
|
|
|
PORTEPOCH= 1
|
2002-10-07 00:19:14 +02:00
|
|
|
CATEGORIES= archivers gnome
|
2002-05-18 23:52:55 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= file-roller-${PORTVERSION}
|
|
|
|
|
2002-10-07 00:19:14 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2002-05-18 23:52:55 +02:00
|
|
|
|
2002-10-06 19:36:00 +02:00
|
|
|
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
|
2002-05-18 23:52:55 +02:00
|
|
|
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
|
|
|
|
lha:${PORTSDIR}/archivers/lha \
|
|
|
|
rar:${PORTSDIR}/archivers/rar \
|
|
|
|
lzop:${PORTSDIR}/archivers/lzop
|
|
|
|
|
2002-05-30 20:03:22 +02:00
|
|
|
USE_X_PREFIX= yes
|
2002-11-13 06:30:09 +01:00
|
|
|
USE_GMAKE= yes
|
2002-07-28 00:58:47 +02:00
|
|
|
USE_GNOMENG= yes
|
2002-10-06 19:36:00 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack
|
2002-05-18 23:52:55 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-10-06 19:36:00 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2002-05-30 20:03:22 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-05-18 23:52:55 +02:00
|
|
|
|
|
|
|
post-install:
|
2002-05-30 20:03:22 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in AUTHORS NEWS README TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
2002-05-18 23:52:55 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|