1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/finance/xinvest/Makefile
Satoshi Asami c2ec96e939 Move "sliderule xpostit xpostitPlus" from x11 to deskutils. Move "cal
cbb ical korganizer kproject offix-trash plan teapot xcalendar xinvest
xmaddressbook xmdiary xopps zorro" from misc to deskutils.

I'll fix up the dependencies later.
1998-08-07 22:17:55 +00:00

30 lines
671 B
Makefile

# New ports collection makefile for: xinvest
# Version required: 2.5.1
# Date created: 1 Ag 1997
# Whom: Pedro Giffuni (orig)
#
# $Id: Makefile,v 1.1.1.1 1997/11/17 10:11:29 tg Exp $
#
DISTNAME= xinvest-2.5.1
CATEGORIES= deskutils
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>