diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-25 22:44:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-25 22:44:09 +0800 |
commit | 037466fa02c807e98afe786ec4024734818f890c (patch) | |
tree | 867f1a960eaa53df0e9c316e22ea2b30705fd9ed /x11 | |
parent | 73d97768f7b49b095c71c5dc53c1240c1d232464 (diff) | |
download | freebsd-ports-gnome-037466fa02c807e98afe786ec4024734818f890c.tar.gz freebsd-ports-gnome-037466fa02c807e98afe786ec4024734818f890c.tar.zst freebsd-ports-gnome-037466fa02c807e98afe786ec4024734818f890c.zip |
Remove abandonware blocking decomissioning imlib
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/peeper/Makefile | 30 | ||||
-rw-r--r-- | x11/peeper/distinfo | 2 | ||||
-rw-r--r-- | x11/peeper/pkg-descr | 3 | ||||
-rw-r--r-- | x11/peeper/pkg-plist | 2 |
5 files changed, 0 insertions, 38 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6084556c4f06..cba90cb44936 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -219,7 +219,6 @@ SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Resolution - SUBDIR += peeper SUBDIR += pixman SUBDIR += plasma-scriptengine-python SUBDIR += plasma-scriptengine-ruby diff --git a/x11/peeper/Makefile b/x11/peeper/Makefile deleted file mode 100644 index e3648f6eff3a..000000000000 --- a/x11/peeper/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= peeper -PORTVERSION= 0.1 -PORTREVISION= 11 -CATEGORIES= x11 -MASTER_SITES= http://peeper.sourceforge.net/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= View an area of the screen at a certain magnification - -USE_GNOME= imlib -USES= gmake -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} `${IMLIB_CONFIG} --cflags-gdk`" \ - LIBS="`${IMLIB_CONFIG} --libs-gdk`" -ALL_TARGET= peeper - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/peeper ${STAGEDIR}${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/x11/peeper/distinfo b/x11/peeper/distinfo deleted file mode 100644 index 60ad1599c19e..000000000000 --- a/x11/peeper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (peeper-0.1.tar.gz) = d8f2b5b4894164b5827cecac17d5d9ad3f13bbe3526709810f20a50648ff3f93 -SIZE (peeper-0.1.tar.gz) = 15569 diff --git a/x11/peeper/pkg-descr b/x11/peeper/pkg-descr deleted file mode 100644 index 60269e0bd2eb..000000000000 --- a/x11/peeper/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6fce0792034e..000000000000 --- a/x11/peeper/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/peeper -%%PORTDOCS%%%%DOCSDIR%%/README |