in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
19 lines
499 B
Makefile
19 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/10/03 00:15:02 tv Exp $
|
|
#
|
|
|
|
DISTNAME= rexx-imc-1.76
|
|
PKGREVISION= 1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \
|
|
ftp://ftp.sai.msu.su/pub/unix/rexx/ \
|
|
ftp://crydee.sai.msu.ru/zeus/unix/rexx/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://users.comlab.ox.ac.uk/ian.collier/Rexx/
|
|
COMMENT= Implementation of IBM's REXX scripting language
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFLICTS= rexx-regina-[0-9]*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|