diff options
Diffstat (limited to 'graphics/gimp-pmosaic')
-rw-r--r-- | graphics/gimp-pmosaic/Makefile | 38 | ||||
-rw-r--r-- | graphics/gimp-pmosaic/distinfo | 3 | ||||
-rw-r--r-- | graphics/gimp-pmosaic/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/gimp-pmosaic/pkg-plist | 4 |
4 files changed, 0 insertions, 52 deletions
diff --git a/graphics/gimp-pmosaic/Makefile b/graphics/gimp-pmosaic/Makefile deleted file mode 100644 index ff1a2711c..000000000 --- a/graphics/gimp-pmosaic/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gimp-pmosaic -# Date created: 23 Feb 2004 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pmosaic -PORTVERSION= 1.08 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://www.kirchgessner.net/pub/gimp-1.2/ -PKGNAMEPREFIX= gimp- -DISTNAME= ${PORTNAME}.${PORTVERSION} - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= Photo/Image Mosaic plugin for gimp - -BUILD_DEPENDS= gimp-config:${PORTSDIR}/graphics/gimp1 -RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp1 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -do-build: - cd ${WRKSRC}; ${CC} ${CFLAGS} -o pmosaic `gimp-config --cflags` \ - pmsc.c pmosaic.c `gimp-config --libs` -ljpeg - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pmosaic \ - ${PREFIX}/libexec/gimp/1.2/plug-ins/ - ${INSTALL_DATA} ${WRKSRC}/de/gimp-pmosaic.mo \ - ${PREFIX}/share/locale/de/LC_MESSAGES/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/graphics/gimp-pmosaic/distinfo b/graphics/gimp-pmosaic/distinfo deleted file mode 100644 index 4ccef1569..000000000 --- a/graphics/gimp-pmosaic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pmosaic.1.08.tar.gz) = 9e17b2630ce68b8079055b1d8a351b8f -SHA256 (pmosaic.1.08.tar.gz) = a72b742c166f14900f11dd14befdda315d8d71b18598e57a1985984d46267592 -SIZE (pmosaic.1.08.tar.gz) = 57254 diff --git a/graphics/gimp-pmosaic/pkg-descr b/graphics/gimp-pmosaic/pkg-descr deleted file mode 100644 index 33f070a0b..000000000 --- a/graphics/gimp-pmosaic/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The image/photo mosaic plug-in creates a image/photo mosaic (composition -of multiple images) from an input image and an image archive. -It also has the function to create the image archive. -With GIMP menues, the plug-in is located at "Filters/Render/Image Mosaic". -It's help-button should tell you how to use the plug-in. - -WWW: http://www.kirchgessner.net/photo-mosaic.html diff --git a/graphics/gimp-pmosaic/pkg-plist b/graphics/gimp-pmosaic/pkg-plist deleted file mode 100644 index c678e792d..000000000 --- a/graphics/gimp-pmosaic/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -libexec/gimp/1.2/plug-ins/pmosaic -share/locale/de/LC_MESSAGES/gimp-pmosaic.mo -%%DOCSDIR%%/README.TXT -@dirrm %%DOCSDIR%% |