diff options
author | tg <tg@FreeBSD.org> | 1997-11-17 10:11:29 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-17 10:11:29 +0000 |
commit | 4de99ace7816b26a1882a4d9d91f387e4453af86 (patch) | |
tree | 4ea89e2c892b9073b17ed2a5ac6b3a051c294a94 /deskutils/xinvest/Makefile | |
parent | 6115c38250bbc11ca4c51d536d17e8443f8b0f2e (diff) | |
download | FreeBSD-ports-4de99ace7816b26a1882a4d9d91f387e4453af86.zip FreeBSD-ports-4de99ace7816b26a1882a4d9d91f387e4453af86.tar.gz |
Import xinvest port. xinvest is a check book balancer.
PR: 4530
Submitted by: Pedro Giffuni <giffunip@asme.org>
Diffstat (limited to 'deskutils/xinvest/Makefile')
-rw-r--r-- | deskutils/xinvest/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/deskutils/xinvest/Makefile b/deskutils/xinvest/Makefile new file mode 100644 index 0000000..6d7b055 --- /dev/null +++ b/deskutils/xinvest/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xinvest +# Version required: 2.5.1 +# Date created: 1 Ag 1997 +# Whom: Pedro Giffuni (orig) +# +# $Id$ +# + +DISTNAME= xinvest-2.5.1 +CATEGORIES= misc +MASTER_SITES= http://sunsite.auc.dk/xinvest/ \ + ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +REQUIRES_MOTIF= yes +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/examples/Xinvest + ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${PREFIX}/share/examples/Xinvest +.endif + +.include <bsd.port.mk> |