5542206cba
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
23 lines
582 B
Makefile
23 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.20 2001/11/29 01:12:27 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= plptools-0.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.to.com/pub/psion/tarballs/
|
|
|
|
MAINTAINER= sakamoto@netbsd.org
|
|
COMMENT= FTP-like and NFS-like access tools to talk to the PSION
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
USE_GNU_READLINE= # uses rl_filename_quoting_desired flag
|
|
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE}
|
|
LIBS+= -ltermcap
|
|
|
|
.include "../../devel/readline/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|