openbsd-ports/comms/qpage/Makefile
2001-05-05 22:39:36 +00:00

30 lines
805 B
Makefile

# $OpenBSD: Makefile,v 1.12 2001/05/05 22:40:13 jakob Exp $
COMMENT= "SNPP client/server (alphanum pager software)"
DISTNAME= qpage-3.3
CATEGORIES= comms
NEED_VERSION= 1.406
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
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>