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