blob: 4c99d6f8b3d8eab7685c3d566ce158b32984745d (
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: sunclock
# Version required: 1.3
# Date created: 15 September 1996
# Whom: torstenb
#
# $Id: Makefile,v 1.2 1996/10/31 10:45:37 asami Exp $
#
DISTNAME= sunclock1.3
PKGNAME= sunclock-1.3
CATEGORIES= astro
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
MAINTAINER= torstenb@FreeBSD.org
USE_IMAKE= YES
NO_WRKSUBDIR= YES
.include <bsd.port.mk>
|