mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
35 lines
845 B
Makefile
35 lines
845 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= 5
|
|
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_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>
|