summaryrefslogtreecommitdiffstats
path: root/textproc/meld/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /textproc/meld/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/meld/Makefile')
-rw-r--r--textproc/meld/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile
deleted file mode 100644
index 8610713e2..000000000
--- a/textproc/meld/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: meld
-# Date created: 2003-04-13
-# Whom: Pav Lucistnik <pav@oook.cz>
-#
-# $FreeBSD$
-#
-
-PORTNAME= meld
-PORTVERSION= 0.9.4.1
-PORTREVISION= 4
-CATEGORIES= textproc devel python
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
-
-MAINTAINER= rui@ruilopes.com
-COMMENT= GNOME 2 visual diff and merge tool
-
-USE_BZIP2= yes
-USE_GNOME= pygnome2
-USE_PYTHON= yes
-NO_BUILD= yes
-USE_GMAKE= yes
-
-MAKEFILE= GNUmakefile
-
-post-patch:
- @${REINPLACE_CMD} -E 's,(prefix := )(.*),\1${PREFIX},; \
- s,(libdir := )(.*),\1${PREFIX}/share,' ${WRKSRC}/GNUmakefile
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/meld.desktop ${PREFIX}/share/gnome/applications
- ${INSTALL_DATA} ${WRKSRC}/manual/stylesheet.css ${DOCSDIR}
-
-# This target is only meant to be used by the port maintainer.
-x-generate-plist:
- (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${SED} -E 's,.*share/nls/.+$$,,g;s,share/doc/meld,%%DOCSDIR%%,;s,^@dirrm share/(gnome|pixmaps|application|locale).*,,'|${TR} -s '\n') > temp-pkg-plist
-
-.include <bsd.port.mk>