blob: 7214d3638ca5723ea0160d8a98def5f2521bc6f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: dclock
# Version required: 1.0
# Date created: 13 May 1997
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $FreeBSD$
#
DISTNAME= bclock-1.0
CATEGORIES= x11-clocks
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/clocks
MAINTAINER= ports@FreeBSD.ORG
USE_IMAKE= yes
MAN1= bclock.1
.include <bsd.port.mk>
|