20 lines
419 B
Makefile
20 lines
419 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/05/22 01:30:46 jolan Exp $
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= "window decoration themes for xfwm4"
|
|
V= 4.2.2
|
|
DISTNAME= xfwm4-themes-${V}
|
|
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/
|
|
|
|
HOMEPAGE= http://www.xfce.org/
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
RUN_DEPENDS= :xfwm4-*:x11/xfce4/xfwm4
|
|
|
|
.include <bsd.port.mk>
|