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.
32 lines
933 B
Makefile
32 lines
933 B
Makefile
# New ports collection makefile for: xloadimage
|
|
# Version required: 4.1
|
|
# Date created: 9 January 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.11 1998/08/05 09:31:50 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xloadimage.4.1
|
|
PKGNAME= xloadimage-4.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
MAN1= xloadimage.1
|
|
MANCOMPRESSED= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
ALL_TARGET=
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && make configure </dev/null
|
|
cd ${WRKSRC} && ${ECHO} SYSPATHFILE=${X11BASE}/lib/X11/app-defaults/Xloadimage >> Makefile
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${INSTALL_PROGRAM} xloadimage uufilter ${X11BASE}/bin
|
|
cd ${WRKSRC} && ${INSTALL_DATA} xloadimagerc ${X11BASE}/lib/X11/app-defaults/Xloadimage
|
|
cd ${WRKSRC} && sed -e s:/usr/lib/X11/Xloadimage:${X11BASE}/lib/X11/app-defaults/Xloadimage: < xloadimage.man |${GZIP_CMD} >${X11BASE}/man/man1/xloadimage.1.gz
|
|
|
|
.include <bsd.port.mk>
|