summaryrefslogtreecommitdiff
path: root/devel/ups-debug/Makefile
blob: 81d1f99dc09b428c69f5e97ba71221e6fc6d3672 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ex:ts=8
# Ports collection makefile for:  UPS
# Version required:     	  3.32
# Date created:			  Mon Feb 03, 1997
# Whom:				  David O'Brien (obrien@FreeBSD.org)
#
# $Id: Makefile,v 1.5 1998/09/16 20:48:34 obrien Exp $
#

DISTNAME=	ups-3.32
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_XCONTRIB}  \
		ftp://unix.hensa.ac.uk/pub/misc/unix/ups/  \
		http://www.concerto.demon.co.uk/UPS/
MASTER_SITE_SUBDIR= utilities

PATCHFILES=	rga-332-patch-17jul98.txt
PATCH_SITES=	http://www.concerto.demon.co.uk/UPS/

MAINTAINER=     obrien@FreeBSD.org

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 300000
BROKEN=	"During build: Libvar_addrs[0] is not constant"
.endif

USE_GMAKE=	yes
ALL_TARGET=	ups
MAN1=		ups.1

.include <bsd.port.post.mk>