mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
08df0c2776
PR: ports/16794 Submitted by: Erik H. Bakke <erik@habatech.no>
24 lines
465 B
Makefile
24 lines
465 B
Makefile
# New ports collection makefile for: sdts++
|
|
# Date created: 08 Feb 2000
|
|
# Whom: erik@habatech.no
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sdts++
|
|
PORTVERSION= 1.0.4.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.clark.net/~mcoletti/sdts/
|
|
# ftp://resdgw17.er.usgs.gov/pub/sdtsxx/
|
|
|
|
MAINTAINER= erik@habatech.no
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
.for info in sdts++.info
|
|
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|