mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
542 B
Makefile
28 lines
542 B
Makefile
# New ports collection makefile for: xinvest
|
|
# Date created: 1 Ag 1997
|
|
# Whom: Pedro Giffuni (orig)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xinvest
|
|
PORTVERSION= 2.6.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= finance deskutils
|
|
MASTER_SITES= http://xinvest.sunsite.dk/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A personal finance tracking and performance tool
|
|
|
|
USE_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${EXAMPLESDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|