aboutsummaryrefslogtreecommitdiff
path: root/misc/documancer/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
commitda977380baf68d13d8cd5a758af5db0b145e2b0a (patch)
tree7b357e6252923660b4928fbc4eb56e8629dda236 /misc/documancer/Makefile
parent7a2fb52885457bd521a9ec11e2b5f4de46a47de1 (diff)
downloadports-da977380baf68d13d8cd5a758af5db0b145e2b0a.tar.gz
ports-da977380baf68d13d8cd5a758af5db0b145e2b0a.zip
Notes
Diffstat (limited to 'misc/documancer/Makefile')
-rw-r--r--misc/documancer/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile
deleted file mode 100644
index 8a6b76edd547..000000000000
--- a/misc/documancer/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: documancer
-# Date created: Oct 27, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= documancer
-PORTVERSION= 0.2.4
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A programmer's documentation reader
-
-BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \
- swish-e:${PORTSDIR}/www/swish-e
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-DEPRECATED= Unmaintained upstream
-EXPIRATION_DATE=2008-10-01
-PORTSCOUT= limitw:1,even
-
-USE_PYTHON= 2.4+
-USE_PERL5= yes
-USE_WX= 2.4
-WX_COMPS= mozilla python
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --libdir=${PREFIX}/share
-
-PLIST_FILES= bin/documancer
-
-post-install:
- @${FIND} ${DATADIR} -type f | ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${DATADIR} -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-
-.include <bsd.port.mk>