openbsd-ports/comms/qpage/Makefile
2002-10-25 11:34:24 +00:00

31 lines
802 B
Makefile

# $OpenBSD: Makefile,v 1.13 2002/10/25 11:34:24 naddy Exp $
COMMENT= "SNPP client/server (alphanum pager software)"
DISTNAME= qpage-3.3
CATEGORIES= comms
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
PERMIT_PACKAGE_CDROM= "license only grants use"
PERMIT_PACKAGE_FTP= "license only grants use"
PERMIT_DISTFILES_CDROM= "license only grants use"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.qpage.org/download/
EXTRACT_SUFX= .tar.Z
CONFIGURE_STYLE=gnu
NO_REGRESS= Yes
pre-install:
@mv ${WRKSRC}/example.cf ${WRKSRC}/example-qpage.cf
@mv ${WRKSRC}/qpage.man ${WRKSRC}/qpage.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qpage ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/qpage.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/example-qpage.cf ${PREFIX}/share
.include <bsd.port.mk>