mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
34 lines
756 B
Makefile
34 lines
756 B
Makefile
|
# New ports collection makefile for: xldlas
|
||
|
# Version required: 0.85
|
||
|
# Date created: 20 Dec 97
|
||
|
# Whom: Pedro Giffuni <giffunip@asme.org>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= xldlas-0.85
|
||
|
CATEGORIES= math
|
||
|
MASTER_SITES= http://a42.com/~thor/xldlas/ \
|
||
|
http://sunsite.math.klte.hu/mirrors/xldlas/ \
|
||
|
${MASTER_SITE_SUNSITE}
|
||
|
MASTER_SITE_SUBDIR= X11/xapps/math/
|
||
|
EXTRACT_SUFX= -source.tgz
|
||
|
|
||
|
MAINTAINER= giffunip@asme.org
|
||
|
|
||
|
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/xldlas
|
||
|
|
||
|
USE_X11= yes
|
||
|
|
||
|
MAN1= xldlas.1
|
||
|
|
||
|
do-install:
|
||
|
${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin
|
||
|
${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${PREFIX}/man/man1
|
||
|
${MKDIR} ${PREFIX}/share/xldlas
|
||
|
${CP} -R ${WRKSRC}/help ${PREFIX}/share/xldlas
|
||
|
|
||
|
.include <bsd.port.mk>
|