mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4f4c6521c9
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
20 lines
389 B
Makefile
20 lines
389 B
Makefile
# New ports collection makefile for: dgpsip
|
|
# Version required: 1.25
|
|
# Date created: 05 Jun 1999
|
|
# Whom: Daniel Baker <dbaker@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= dgpsip-1.25
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://www.wsrcc.com/wolfgang/ftp/
|
|
|
|
MAINTAINER= dbaker@freebsd.org
|
|
|
|
DISTFILES= dgpsip-1.25.tar.gz
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include <bsd.port.mk>
|