mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
d5a77cab8a
change master site ps. no response from maintainer (torstenb) PR: 23953 Submitted by: ijliao (me)
24 lines
429 B
Makefile
24 lines
429 B
Makefile
# New ports collection makefile for: sunclock
|
|
# Date created: 15 September 1996
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sunclock
|
|
PORTVERSION= 3.27
|
|
CATEGORIES= astro x11-clocks
|
|
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
|
|
|
USE_IMAKE= YES
|
|
|
|
MAN1= sunclock.1
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|