freebsd-ports/x11/gtk-themepreview/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00

34 lines
814 B
Makefile

# New ports collection makefile for: ThemePreview-2
# Date Created: 21 Dec 2004
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtk-themepreview
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= http://www.users.monornet.hu/linux/files/
DISTNAME= ThemePreview-2-src
MAINTAINER= danfe@FreeBSD.org
COMMENT= A small application for preview your theme widgets in one small window
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_GNOME= gtk20
USE_AUTOTOOLS= automake:19:env
PLIST_FILES= bin/${PORTNAME}
WRKSRC= ${WRKDIR}/ThemePreview-2
pre-configure:
.for f in COPYING INSTALL depcomp install-sh missing
@${LN} -fs ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f}
.endfor
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/themepreview-2 ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>