mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7f6ea9306d
- Bump PORTREVISION - STAGE-clean here and there
26 lines
640 B
Makefile
26 lines
640 B
Makefile
# Created by: Pedro Giffuni <giffunip@asme.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xldlas
|
|
PORTVERSION= 0.85
|
|
PORTREVISION= 6
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/graphics/visualization
|
|
EXTRACT_SUFX= -source.tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= XForms-based statistics package
|
|
|
|
LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms
|
|
|
|
WRKSRC= ${WRKDIR}/xldlas
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${STAGEDIR}${PREFIX}/man/man1
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
${CP} -R ${WRKSRC}/help ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|