blob: 67bf9143c818355a7c438aee2ad79d5e62849c52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: udesc_dump
# Date created: 2002/12/14
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= udesc_dump
PORTVERSION= 1.3.8
CATEGORIES= sysutils
MASTER_SITES= http://home.jp.freebsd.org/~gehenna/src/
MAINTAINER= nork@FreeBSD.org
COMMENT= udesc_dump, showes USB descriptors
MAN8= udesc_dump.8
MANCOMPRESSED= yes
MAKE_ENV+= MANDIR=${PREFIX}/man/man
.include <bsd.port.mk>
|