blob: ce8eb8e0b405746145e069ee42c0ab21b3734b50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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.92
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>
|