diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-16 20:38:21 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-16 20:38:21 +0000 |
commit | b9d97678ce67893dfad3262eed442e6817a02cf4 (patch) | |
tree | 1dc34bebf1fad51e4d878cfa85d6cd84fd9081ab /graphics/qcread/Makefile | |
parent | 9ea8461c82f62fcb03198e370e58e85dff39deef (diff) |
Notes
Diffstat (limited to 'graphics/qcread/Makefile')
-rw-r--r-- | graphics/qcread/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/qcread/Makefile b/graphics/qcread/Makefile new file mode 100644 index 000000000000..8560298cd0f0 --- /dev/null +++ b/graphics/qcread/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: qcread +# Version required: 0.3 +# Date created: 23 August 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $Id: $ +# + +DISTNAME= qcread-0.3 +CATEGORIES= graphics +MASTER_SITES= ftp://phobos.illtel.denver.co.us/pub/qcread/ \ + http://phobos.illtel.denver.co.us/pub/qcread/ + +MAINTAINER= billf@FreeBSD.ORG + +post-extract: + + ${CP} -r ${WRKSRC}/gnu-getopt/. ${WRKSRC} + +do-install: + + ${INSTALL} ${COPY} -o root -g wheel -m 644 ${WRKSRC}/qcam.conf ${PREFIX}/etc + ${INSTALL_PROGRAM} ${WRKSRC}/qcread ${PREFIX}/bin + +.include <bsd.port.mk> |