freebsd-ports/graphics/hppsmtools/Makefile
Kevin Lo 3aedf84118 - Install the psm* commands correctly, they used to be the same binary but
aren't with the current version. Sigh.
- Install docs only if NOPORTDOCS is not set.
- Fix some warnings, remove -pedantic and -Wall to silence the rest.
- Bump PORTREVISION

PR: 30098
Submitted by: MAINTAINER
2001-08-27 15:26:07 +00:00

31 lines
801 B
Makefile

# New ports collection makefile for: hppsmtools
# Date created: 2 September 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= hppsmtools
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/demi/photosmart/ \
http://www.freenix.no/~anders/ \
ftp://totem.fix.no/pub/mirrors/misc/
MAINTAINER= anders@fix.no
ALL_TARGET=
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/psmget ${PREFIX}/bin/
@${INSTALL_PROGRAM} ${WRKSRC}/psmdir ${PREFIX}/bin/
@${INSTALL_PROGRAM} ${WRKSRC}/psmdel ${PREFIX}/bin/
@${INSTALL_PROGRAM} ${WRKSRC}/psmsho ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
@${INSTALL} -d -m 0755 ${PREFIX}/share/doc/hppsmtools
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hppsmtools/
.endif
.include <bsd.port.mk>