blob: 17f3e07a0063bd248eb15429a57d85fbc821b682 (
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.1.1.1 1996/09/14 23:43:02 torstenb 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>
|