pkgsrc-wip/libticables/Makefile
Roland Illig 8ae70fc030 Don't use ${PKGNAME} in the definition of WRKSRC, since that might
contain the PKGREVISION. ${PKGNAME_NOREV} is a better choice.
2005-10-10 14:00:12 +00:00

21 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/10/10 14:00:13 rillig Exp $
#
DISTNAME= libticables
PKGNAME= libticables-3.7.6
CATEGORIES= comms
MASTER_SITES= http://www.ticalc.org/pub/unix/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://tilp.info/
COMMENT= Library for communicating with TI calculators
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
LDFLAGS+= -lintl
LDFLAGS.NetBSD+= -li386
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"