mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
92c03cc189
Add LICENSE Remove pkg-plist replace with PLIST_FILES No actual binary changes
24 lines
461 B
Makefile
24 lines
461 B
Makefile
# Created by: db
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsmc
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= science hamradio
|
|
MASTER_SITES= http://www.qsl.net/ik5nax/
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Smith chart program for impedance matching
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf gmake pkgconfig
|
|
PLIST_FILES= bin/gsmc man/man1/gsmc.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/^LIBS=/s/$$/ -lm/' ${WRKSRC}/Makefile.am
|
|
|
|
.include <bsd.port.mk>
|