mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
f0dd53f0e9
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least.
27 lines
532 B
Makefile
27 lines
532 B
Makefile
# New ports collection makefile for: dclock
|
|
# Version required: pl4
|
|
# Date created: 15 Aug 1996
|
|
# Whom: David Leonard <leonard@dstc.edu.au>
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/08/07 22:28:02 asami Exp $
|
|
#
|
|
|
|
DISTNAME= dclock
|
|
PKGNAME= dclock-pl4
|
|
CATEGORIES= x11-clock
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
EXTRACT_SUFX= .shar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
MAN1= dclock.1
|
|
MANCOMPRESSED= yes
|
|
|
|
EXTRACT_CMD= ${GZIP_CMD}
|
|
EXTRACT_BEFORE_ARGS= -dc
|
|
EXTRACT_AFTER_ARGS= |sh -
|
|
NO_WRKSUBDIR= yes
|
|
ALL_TARGET= dclock
|
|
|
|
.include <bsd.port.mk>
|