5e32716f8b
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus
33 lines
735 B
Makefile
33 lines
735 B
Makefile
# New ports collection makefile for: fluxbg
|
|
# Date created: 30 September 2003
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fluxbg
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Background changer for fluxbox/blackbox
|
|
|
|
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
|
|
|
|
.if !exists(${X11BASE}/bin/bsetbg) && \
|
|
!exists(${X11BASE}/bin/fbsetbg) && \
|
|
!exists(${X11BASE}/bin/fbsetbg-devel)
|
|
RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox
|
|
.endif
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack gnometarget
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|