mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +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.
26 lines
522 B
Makefile
26 lines
522 B
Makefile
# New ports collection makefile for: xmorph
|
|
# Version required: 11sep97
|
|
# Date created: Thu Aug 1 09:10:22 CDT 1996
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/08/05 09:31:17 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xmorph-11sep97
|
|
PKGNAME= xmorph-97.09.11
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= graphics
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
MAN1= xmorph.1
|
|
MANCOMPRESSED= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
post-patch:
|
|
(cd ${WRKSRC}; makedepend)
|
|
|
|
.include <bsd.port.mk>
|