summaryrefslogtreecommitdiff
path: root/textproc/domc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/domc/Makefile')
-rw-r--r--textproc/domc/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile
deleted file mode 100644
index 3e50f4749f3f..000000000000
--- a/textproc/domc/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: domc
-# Date created: Oct 8, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= domc
-PORTVERSION= 0.5.8
-CATEGORIES= devel
-MASTER_SITES= http://auditorymodels.org/domc/src/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= expat.1:${PORTSDIR}/textproc/expat
-
-SHLIB_MAJOR= 0
-
-MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}"
-INSTALLS_SHLIB= yes
-PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>