mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
8c266577db
bump PORTREVISION of affected ports PR: 157380 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
28 lines
636 B
Makefile
28 lines
636 B
Makefile
# New ports collection makefile for: thunar-archive-plugin
|
|
# Date created: 2008-07-27
|
|
# Whom: ports@c0decafe.net <ports@c0decafe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= thunar-archive-plugin
|
|
PORTVERSION= 0.3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= archivers xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=/src/thunar-plugins//${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
COMMENT= Archive plugin for the Thunar File Manager
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_XFCE= configenv libexo thunar
|
|
USE_GETTEXT= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= desktopfileutils intltool
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|