freebsd-ports/x11/gtk-themepreview/Makefile
Alexey Dokuchaev 609448c820 Until author completes his site redesign/whatever, store distfile locally.
Reported by:	fenner's distfile survey
2006-09-07 12:42:13 +00:00

36 lines
863 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= ${MASTER_SITE_LOCAL} # http://www.users.monornet.hu/linux/files/
MASTER_SITE_SUBDIR= danfe
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>