18 lines
293 B
Makefile
18 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.4 2004/07/11 23:33:38 jolan Exp $
|
|
|
|
COMMENT= "xfce4 desktop background manager"
|
|
DISTNAME= xfdesktop-${V}
|
|
|
|
LIB_DEPENDS= ${GTK2} \
|
|
${XML2} \
|
|
${MCS} \
|
|
${GUI}
|
|
|
|
RUN_DEPENDS= ${MCSMANG}
|
|
BUILD_DEPENDS= ${PKG} \
|
|
${RUN_DEPENDS}
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
.include <bsd.port.mk>
|