mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# 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.1.1.1 1998/06/24 05:34:29 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= ups-3.32
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
ALL_TARGET= ups ups
|
|
MAN1= ups.1
|
|
|
|
.include <bsd.port.mk>
|