blob: c110d11935913e7ee45600de9cdda5f11407a0b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: sunclock
# Version required: 1.3
# Date created: Sun Dec 14 00:47:27 GMT 1997
# Whom: Alistair Crooks (agc@netbsd.org)
#
# $NetBSD: Makefile,v 1.2 1998/01/25 00:14:05 hubertf Exp $
#
DISTNAME= sunclock1.3
PKGNAME= sunclock-1.3
NO_WRKSUBDIR= yes
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
EXTRACT_SUFX= .tar.Z
MAINTAINER= agc@netbsd.org
USE_IMAKE= yes
CAT1= sunclock.0
.include <bsd.port.mk>
|