54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# New ports collection makefile for: gtk-cleanice-engine
|
|
# Date Created: 13 March 2003
|
|
# Whom: Philip Paeps <philip@paeps.cx>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtk-cleanice-engine
|
|
PORTVERSION= 2.4.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-themes gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= elysium-project
|
|
DISTNAME= gtk-engines-cleanice-${PORTVERSION}
|
|
DISTFILES= ${DISTNAME}.tar.gz \
|
|
${THEME}.tar.gz
|
|
|
|
MAINTAINER= philip@FreeBSD.org
|
|
COMMENT= A simplistic GTK+ 2.x theme engine
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GNOME= gnomehack gtk20
|
|
|
|
THEME= cleanice-theme-1.2.7
|
|
THEMEDIR= ${WRKDIR}/${THEME}/Theme
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/themes/CleanIce/gtk-2.0
|
|
${MKDIR} ${PREFIX}/share/themes/CleanIce/metacity-1
|
|
${MKDIR} ${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
|
|
${INSTALL_DATA} ${THEMEDIR}/cleanice/index.theme \
|
|
${PREFIX}/share/themes/CleanIce
|
|
${INSTALL_DATA} ${THEMEDIR}/cleanice/gtkrc \
|
|
${PREFIX}/share/themes/CleanIce/gtk-2.0
|
|
${INSTALL_DATA} ${THEMEDIR}/cleanice/metacity-theme-1.xml \
|
|
${PREFIX}/share/themes/CleanIce/metacity-1
|
|
${INSTALL_DATA} ${THEMEDIR}/cleanice-dark/gtkrc \
|
|
${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
|
|
|
|
.include <bsd.port.mk>
|