diff options
author | alane <alane@FreeBSD.org> | 2003-01-01 23:58:57 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-01 23:58:57 +0800 |
commit | c2db62fcfdc36d51642c8d3d57cef483b0944369 (patch) | |
tree | 1b9cce713f2217f54f5d33dde49ca1eb13ba82b5 /graphics/mgp-gallery | |
parent | 50679cf6ba94604319ac295fc82091a1aa24f264 (diff) | |
download | freebsd-ports-gnome-c2db62fcfdc36d51642c8d3d57cef483b0944369.tar.gz freebsd-ports-gnome-c2db62fcfdc36d51642c8d3d57cef483b0944369.tar.zst freebsd-ports-gnome-c2db62fcfdc36d51642c8d3d57cef483b0944369.zip |
The current template gallery for magicpoint.
Diffstat (limited to 'graphics/mgp-gallery')
-rw-r--r-- | graphics/mgp-gallery/Makefile | 53 | ||||
-rw-r--r-- | graphics/mgp-gallery/distinfo | 4 | ||||
-rw-r--r-- | graphics/mgp-gallery/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/mgp-gallery/pkg-descr | 6 |
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> |