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
490 B
Makefile
23 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.8 2001/11/29 01:12:29 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= libstroke-0.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.etla.net/libstroke/
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.etla.net/libstroke/
|
|
COMMENT= Stroke translation library
|
|
|
|
DEPENDS+= tcl>=8.3.2:../../lang/tcl
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_X11= YES
|
|
|
|
CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include"
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|