From d3116505a605ef157389abe30e2d0d37cac9abc7 Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 9 Aug 2002 09:17:29 +0000 Subject: add peeper 0.1 View an area of the screen at a certain magnification --- x11/peeper/Makefile | 31 +++++++++++++++++++++++++++++++ x11/peeper/distinfo | 1 + x11/peeper/pkg-comment | 1 + x11/peeper/pkg-descr | 3 +++ x11/peeper/pkg-plist | 1 + 5 files changed, 37 insertions(+) create mode 100644 x11/peeper/Makefile create mode 100644 x11/peeper/distinfo create mode 100644 x11/peeper/pkg-comment create mode 100644 x11/peeper/pkg-descr create mode 100644 x11/peeper/pkg-plist (limited to 'x11/peeper') diff --git a/x11/peeper/Makefile b/x11/peeper/Makefile new file mode 100644 index 0000000..6dca2db --- /dev/null +++ b/x11/peeper/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# Ports collection makefile for: peeper +# Date created: Aug 9, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= peeper +PORTVERSION= 0.1 +CATEGORIES= x11 +MASTER_SITES= http://peeper.sourceforge.net/ + +MAINTAINER= ports@FreeBSD.org + +USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 imlib +USE_GMAKE= yes +ALL_TARGET= peeper +MAKE_ENV= LIBS="-L${LOCALBASE}/lib -lpng -ljpeg -lungif -ltiff" + +post-patch: + @${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s|CFLAGS=|CFLAGS+=|g" \ + -e "s|gtk-config|${GTK_CONFIG}|g" -e "s|-ldl||g" \ + -e "s|LIBS=|LIBS+=|g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/peeper ${PREFIX}/bin + +.include diff --git a/x11/peeper/distinfo b/x11/peeper/distinfo new file mode 100644 index 0000000..8d0000f --- /dev/null +++ b/x11/peeper/distinfo @@ -0,0 +1 @@ +MD5 (peeper-0.1.tar.gz) = 418585fdcf214990b1028c60a6ef1c10 diff --git a/x11/peeper/pkg-comment b/x11/peeper/pkg-comment new file mode 100644 index 0000000..1c4e6f6 --- /dev/null +++ b/x11/peeper/pkg-comment @@ -0,0 +1 @@ +View an area of the screen at a certain magnification diff --git a/x11/peeper/pkg-descr b/x11/peeper/pkg-descr new file mode 100644 index 0000000..60269e0 --- /dev/null +++ b/x11/peeper/pkg-descr @@ -0,0 +1,3 @@ +Peeper is a GTK program to view an area of the screen at a certain +magnification. It has the ability to magnify animations, and view +the screen at different levels of magnification. diff --git a/x11/peeper/pkg-plist b/x11/peeper/pkg-plist new file mode 100644 index 0000000..d4f496e --- /dev/null +++ b/x11/peeper/pkg-plist @@ -0,0 +1 @@ +bin/peeper -- cgit v1.1