2018-11-12 04:51:07 +01:00
|
|
|
# $NetBSD: Makefile,v 1.43 2018/11/12 03:51:46 ryoon Exp $
|
2004-10-02 07:25:18 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= gsmc-1.1
|
2018-11-12 04:51:07 +01:00
|
|
|
PKGREVISION= 31
|
2004-10-02 07:25:18 +02:00
|
|
|
CATEGORIES= cad
|
|
|
|
MASTER_SITES= http://www.qsl.net/ik5nax/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-10-02 07:25:18 +02:00
|
|
|
HOMEPAGE= http://www.qsl.net/ik5nax/
|
|
|
|
COMMENT= Smith charting program
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2004-10-02 07:25:18 +02:00
|
|
|
|
2012-02-16 12:41:04 +01:00
|
|
|
LDFLAGS.SunOS+= -lm
|
2012-01-25 00:29:25 +01:00
|
|
|
LDFLAGS.DragonFly= -lm
|
|
|
|
|
2004-12-14 19:47:09 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
|
2004-10-02 07:25:18 +02:00
|
|
|
# The following were just links in the distfile so
|
|
|
|
# replace them with working copies.
|
|
|
|
post-extract:
|
|
|
|
.for f in install-sh missing mkinstalldirs
|
|
|
|
${RM} -f ${WRKSRC}/${f}
|
|
|
|
${CP} ${FILESDIR}/${f} ${WRKSRC}
|
|
|
|
${CHMOD} 755 ${WRKSRC}/${f}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|