mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3b3bd28890
Converted to new MAN[1-9]
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# New ports collection makefile for: xsysinfo
|
|
# Version required: 1.3
|
|
# Date created: 4 April 1996
|
|
# Whom: jdli
|
|
#
|
|
# $Id: Makefile,v 1.3 1996/10/30 14:05:20 jfitz Exp $
|
|
#
|
|
|
|
DISTNAME= xsysinfo-1.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://freebsd.csie.nctu.edu.tw/pub/jdli/source/
|
|
|
|
MAINTAINER= jdli@csie.nctu.edu.tw
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
.if defined(NOMANCOMPRESS)
|
|
gunzip ${PREFIX}/man/man1/xsysinfo.1.gz
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|