diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-09 09:17:29 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-09 09:17:29 +0000 |
commit | d3116505a605ef157389abe30e2d0d37cac9abc7 (patch) | |
tree | e0e0e4e9b09b6e8d9783ee5e2023e4e11ce7c93a /x11/peeper | |
parent | 119e3bfa799a1b41b8e951ab2aa14ac06bb04435 (diff) | |
download | FreeBSD-ports-d3116505a605ef157389abe30e2d0d37cac9abc7.zip FreeBSD-ports-d3116505a605ef157389abe30e2d0d37cac9abc7.tar.gz |
add peeper 0.1
View an area of the screen at a certain magnification
Diffstat (limited to 'x11/peeper')
-rw-r--r-- | x11/peeper/Makefile | 31 | ||||
-rw-r--r-- | x11/peeper/distinfo | 1 | ||||
-rw-r--r-- | x11/peeper/pkg-comment | 1 | ||||
-rw-r--r-- | x11/peeper/pkg-descr | 3 | ||||
-rw-r--r-- | x11/peeper/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
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 <bsd.port.mk> 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 |