openbsd-ports/comms/qpage/Makefile

28 lines
725 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2003/10/23 00:33:44 naddy Exp $
2001-05-05 18:39:36 -04:00
COMMENT= "SNPP client/server (alphanum pager software)"
1998-05-16 22:33:35 -04:00
1999-11-30 01:11:43 -05:00
DISTNAME= qpage-3.3
1998-05-16 22:33:35 -04:00
CATEGORIES= comms
2000-03-13 19:24:55 -05:00
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
1998-10-07 15:09:42 -04:00
MASTER_SITES= http://www.qpage.org/download/
EXTRACT_SUFX= .tar.Z
CONFIGURE_STYLE=gnu
1999-11-30 01:11:43 -05:00
2002-10-25 07:34:24 -04:00
NO_REGRESS= Yes
1999-11-30 01:11:43 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qpage ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/qpage.man \
${PREFIX}/man/man1/qpage.1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/qpage
${INSTALL_DATA} ${WRKSRC}/example.cf \
${PREFIX}/share/examples/qpage/qpage.cf
1998-05-16 22:33:35 -04:00
.include <bsd.port.mk>