1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/ups-debug/Makefile

32 lines
741 B
Makefile
Raw Normal View History

# 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.3 1998/08/17 11:22:36 jseger Exp $
#
DISTNAME= ups-3.32
CATEGORIES= devel
1998-09-16 20:48:34 +00:00
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
1998-09-16 20:48:34 +00:00
PATCHFILES= rga-332-patch-17jul98.txt
PATCH_SITES= http://www.concerto.demon.co.uk/UPS/
MAINTAINER= obrien@FreeBSD.org
1998-08-17 11:22:36 +00:00
OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} >= 300000
BROKEN= "During build: Libvar_addrs[0] is not constant"
.endif
1998-09-16 20:48:34 +00:00
USE_GMAKE= yes
ALL_TARGET= ups
MAN1= ups.1
.include <bsd.port.mk>