- Update HOMEPAGE.
- Sort PLIST. - Share MASTER_SITES and HOMEPAGE with poppassd package with introducing QPOPPER_MASTER_SITES and QPOPPER_HOMEPAGE in Makefile.common.
This commit is contained in:
parent
16ab037adc
commit
a77cfbc700
3 changed files with 9 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# $NetBSD: Makefile,v 1.48 2005/04/11 21:46:26 tv Exp $
|
# $NetBSD: Makefile,v 1.49 2005/05/28 02:55:43 taca Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= qpopper${VERSION}
|
DISTNAME= qpopper${VERSION}
|
||||||
PKGNAME= qpopper-${VERSION}
|
PKGNAME= qpopper-${VERSION}
|
||||||
PKGREVISION= 7
|
PKGREVISION= 7
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
|
MASTER_SITES= ${QPOPPER_MASTER_SITES}
|
||||||
|
|
||||||
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
|
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
|
||||||
PATCHFILES= qpopper-4.0.5-ipv6-20030313.diff.gz
|
PATCHFILES= qpopper-4.0.5-ipv6-20030313.diff.gz
|
||||||
PATCH_DIST_STRIP= -p1
|
PATCH_DIST_STRIP= -p1
|
||||||
|
|
||||||
MAINTAINER= mellon@fugue.com
|
MAINTAINER= mellon@fugue.com
|
||||||
HOMEPAGE= http://www.eudora.com/qpopper/
|
HOMEPAGE= ${QPOPPER_HOMEPAGE}
|
||||||
COMMENT= Qualcomm's POP server for Eudora
|
COMMENT= Qualcomm's POP server for Eudora
|
||||||
|
|
||||||
.include "Makefile.common"
|
.include "Makefile.common"
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
# $NetBSD: Makefile.common,v 1.13 2004/12/18 03:59:30 grant Exp $
|
# $NetBSD: Makefile.common,v 1.14 2005/05/28 02:55:43 taca Exp $
|
||||||
|
|
||||||
|
QPOPPER_MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
|
||||||
|
QPOPPER_HOMEPAGE= http://www.eudora.com/products/unsupported/qpopper/
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \
|
CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:34:01 reed Exp $
|
@comment $NetBSD: PLIST,v 1.4 2005/05/28 02:55:43 taca Exp $
|
||||||
libexec/qpopper
|
libexec/qpopper
|
||||||
man/man8/qpopper.8
|
|
||||||
man/man8/qpopauth.8
|
man/man8/qpopauth.8
|
||||||
|
man/man8/qpopper.8
|
||||||
sbin/qpopauth
|
sbin/qpopauth
|
||||||
sbin/qpopper
|
sbin/qpopper
|
||||||
share/doc/qpopper.License
|
share/doc/qpopper.License
|
||||||
|
|
Loading…
Reference in a new issue