1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/hppsmtools/Makefile
Chris Piazza 1322d38716 hppsmtools is a program for communicating with the HP PhotoSmart
C5340A and Konica Q-EZ digital cameras. You can retrieve, get an
index of, delete and shoot pictures.

PR:		13533
Submitted by:	Anders Nordby <anders@fix.no>
1999-10-07 03:26:00 +00:00

30 lines
863 B
Makefile

# New ports collection makefile for: hppsmtools
# Version required: 0.3
# Date created: 2 September 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
DISTNAME= hppsmtools-0.3
CATEGORIES= graphics
MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/unimut/photosmart/ \
http://www.freenix.no/~anders/ \
ftp://totem.fix.no/pub/mirrors/misc/
MAINTAINER= anders@fix.no
ALL_TARGET=
do-install:
@${RM} -f ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdir
@${RM} -f ${PREFIX}/bin/psmdel ${PREFIX}/bin/psmsho
@${INSTALL_PROGRAM} ${WRKSRC}/psmget ${PREFIX}/bin/
@${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdir
@${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdel
@${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmsho
@${INSTALL} -d -m 0755 ${PREFIX}/share/doc/hppsmtools
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hppsmtools/
.include <bsd.port.mk>