summaryrefslogtreecommitdiff
path: root/graphics/mgp-gallery
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-01 15:58:57 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-01 15:58:57 +0000
commitda8610f56ef55e3e3c0fe354b901593650f5414f (patch)
treee1f1d04119688155ca4dcd792a09cb0946a2ee1c /graphics/mgp-gallery
parentA graphical front end runner for command line programs. Uses Qt3. (diff)
The current template gallery for magicpoint.
Notes
Notes: svn path=/head/; revision=72020
Diffstat (limited to 'graphics/mgp-gallery')
-rw-r--r--graphics/mgp-gallery/Makefile53
-rw-r--r--graphics/mgp-gallery/distinfo4
-rw-r--r--graphics/mgp-gallery/pkg-comment1
-rw-r--r--graphics/mgp-gallery/pkg-descr6
4 files changed, 64 insertions, 0 deletions
diff --git a/graphics/mgp-gallery/Makefile b/graphics/mgp-gallery/Makefile
new file mode 100644
index 000000000000..4954a9425db6
--- /dev/null
+++ b/graphics/mgp-gallery/Makefile
@@ -0,0 +1,53 @@
+# ex:ts=8 -*-mode: makefile-*-
+#
+# New ports collection makefile for: mgp-gallery
+# Date created: 2002-12-28
+# Whom: Alan Eldridge <alane@geeksrus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mgp-gallery
+PORTVERSION= 2.0
+PORTREVISION= 0
+PORTEPOCH= 0
+CATEGORIES= graphics
+MASTER_SITES= http://puchol.com/cpg/software/mgp/
+DISTFILES= mgp-midgard-${PORTVERSION}.tgz \
+ mgp-backgrounds-${PORTVERSION}.tgz \
+ mgp-solid-${PORTVERSION}.tgz \
+ mgp-gradients-${PORTVERSION}.tgz
+DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
+
+MAINTAINER= alane@FreeBSD.org
+
+NO_BUILD=yes
+
+.include <bsd.port.pre.mk>
+
+DATA_SUBDIR= share
+DATADIR= ${PREFIX}/${DATA_SUBDIR}
+PKGDATA_SUBDIR= share/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
+PKGDATADIR= ${PREFIX}/${PKGDATA_SUBDIR}
+
+PLIST= ${WRKDIR}/plist
+
+post-extract:
+ ${TOUCH} ${PLIST}
+
+do-install:
+ ${MKDIR} ${PKGDATADIR}
+.for i in midgard backgrounds solid gradients
+ ${MKDIR} ${PKGDATADIR}/${i}
+ cd ${WRKDIR}/mgp-${i}-${PORTVERSION};\
+ ${INSTALL_DATA} * ${PKGDATADIR}/${i}
+.endfor # i in midgard backgrounds solid gradient
+ cd ${PREFIX};\
+ ${RM} -f ${PLIST};\
+ ${FIND} ${PKGDATA_SUBDIR} -type f | sort >>${PLIST};\
+ ${FIND} ${PKGDATA_SUBDIR} -type d | sort -r \
+ | ${SED} 's|^|@dirrm |' >>${PLIST}
+
+.include <bsd.port.post.mk>
+
+#EOF
diff --git a/graphics/mgp-gallery/distinfo b/graphics/mgp-gallery/distinfo
new file mode 100644
index 000000000000..3e6a0aa7c27f
--- /dev/null
+++ b/graphics/mgp-gallery/distinfo
@@ -0,0 +1,4 @@
+MD5 (mgp-gallery/mgp-midgard-2.0.tgz) = 9d103173054b17760c986c162a9efbed
+MD5 (mgp-gallery/mgp-backgrounds-2.0.tgz) = 10b6de183066c126aae41dd48cbe5e96
+MD5 (mgp-gallery/mgp-solid-2.0.tgz) = 2bf2032d7b8916ccb1e4f8daabb3b07e
+MD5 (mgp-gallery/mgp-gradients-2.0.tgz) = ec6356d1faf34e1423176fa8a16daad4
diff --git a/graphics/mgp-gallery/pkg-comment b/graphics/mgp-gallery/pkg-comment
new file mode 100644
index 000000000000..0848d723c873
--- /dev/null
+++ b/graphics/mgp-gallery/pkg-comment
@@ -0,0 +1 @@
+A collection of various templates for magicpoint
diff --git a/graphics/mgp-gallery/pkg-descr b/graphics/mgp-gallery/pkg-descr
new file mode 100644
index 000000000000..2efa77d4d135
--- /dev/null
+++ b/graphics/mgp-gallery/pkg-descr
@@ -0,0 +1,6 @@
+This port is a collection of various templates for magicpoint, called
+the MagicPoint Gallery.
+
+WWW: http://puchol.com/cpg/software/mgp/
+
+--AlanE <alane@FreeBSD.org>