5ede4cb3eb
gtk-update-icon-cache and update-mime-database goos, & Bump PKGNAMEs. Prodded by espie@, discussed with aja@ & sthen@
22 lines
471 B
Makefile
22 lines
471 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/12/21 16:07:44 landry Exp $
|
|
|
|
COMMENT = Thunar archive plugin
|
|
|
|
XFCE_VERSION = 0.2.4
|
|
THUNAR_PLUGIN = thunar-archive-plugin
|
|
PKGNAME = ${DISTNAME:S/-plugin//}p1
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = x11/xfce4
|
|
|
|
BUILD_DEPENDS +=${RUN_DEPENDS}
|
|
RUN_DEPENDS = ::x11/xfce4/thunar \
|
|
:xarchiver-*|file-roller-*|kdeutils-*:x11/xarchiver
|
|
|
|
.include <bsd.port.mk>
|