1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/xwpl/Makefile
2000-04-14 07:20:58 +00:00

39 lines
900 B
Makefile

# New ports collection makefile for: xwpl
# Date created: 31 Nov 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= xwpl
PORTVERSION= 1.3
CATEGORIES= math
MASTER_SITES= ftp://pascal.math.yale.edu/pub/wavelets/software/xwpl/other-versions/
DISTNAME= ${PKGNAME}-freebsd
MAINTAINER= giffunip@asme.org
ONLY_FOR_ARCHS= i386
NO_CDROM= "Free for Non-Commercial Use Only"
NO_BUILD= yes
WRKSRC= ${WRKDIR}/xwpl
STRIP=
MAN1= xwpl.1
do-install:
${INSTALL_PROGRAM} $(WRKSRC)/xwpl $(PREFIX)/bin
${INSTALL_MAN} ${WRKSRC}/xwpl.man ${PREFIX}/man/man1/xwpl.1
post-install:
${MKDIR} $(PREFIX)/share/examples/xwpl
${INSTALL_DATA} ${WRKSRC}/data/* $(PREFIX)/share/examples/xwpl
.if !defined(NOPORTDOCS)
${MKDIR} $(PREFIX)/share/doc/xwpl
${INSTALL_DATA} ${WRKSRC}/*.ps $(PREFIX)/share/doc/xwpl
${INSTALL_DATA} ${WRKSRC}/README $(PREFIX)/share/doc/xwpl
.endif
.include <bsd.port.mk>