diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-06 14:47:46 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-06 14:47:46 +0000 |
commit | 8a311a5955f870a1861f26e0a48af5f7f4740a30 (patch) | |
tree | 7cb6349577fda3be943c03ce16d07ebea8f55dd0 /print/xmbibtex/Makefile | |
parent | ab4161a251f8ab9613d3ea68ceedc5a7c44c1b75 (diff) |
Notes
Diffstat (limited to 'print/xmbibtex/Makefile')
-rw-r--r-- | print/xmbibtex/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile new file mode 100644 index 000000000000..7d3fb204397c --- /dev/null +++ b/print/xmbibtex/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xmbibtex +# Version required: 1.3 +# Date created: 06 Nov 1997 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= xmbibtex-1.3 +CATEGORIES= print databases +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications + +MAINTAINER= ports@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> |