mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
22 lines
530 B
Makefile
22 lines
530 B
Makefile
# Created by: ports@c0decafe.net <ports@c0decafe.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thunar-archive-plugin
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Archive plugin for the Thunar File Manager
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XFCE= configenv libexo thunar
|
|
USES= gettext gmake libtool pkgconfig tar:bzip2
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= intltool
|
|
|
|
.include <bsd.port.mk>
|