blob: e6021678dc9890d115d9d6b154f85c4b8f1b481c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: sunclock
# Version required: 1.3
# Date created: 15 September 1996
# Whom: torstenb
#
# $Id: Makefile,v 1.4 1996/11/18 09:50:48 asami Exp $
#
DISTNAME= sunclock1.3
PKGNAME= sunclock-1.3
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
EXTRACT_SUFX= .tar.Z
MAINTAINER= torstenb@FreeBSD.org
USE_IMAKE= YES
NO_WRKSUBDIR= YES
.include <bsd.port.mk>
|