mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- maintain by hamradio as we have gsmc another smith charting program
- stagify
This commit is contained in:
parent
87d751f341
commit
04d666e9c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359758
@ -7,7 +7,7 @@ PORTREVISION= 1
|
||||
CATEGORIES= science hamradio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Smith charting program
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
@ -19,17 +19,16 @@ GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^Icon/s|/usr/share|${PREFIX}/share|' \
|
||||
${WRKSRC}/linsmith.desktop
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DESKTOPDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DESKTOPDIR}
|
||||
(cd ${WRKSRC} \
|
||||
&& ${INSTALL_DATA} linsmith.desktop ${DESKTOPDIR})
|
||||
&& ${INSTALL_DATA} linsmith.desktop ${STAGEDIR}${DESKTOPDIR})
|
||||
(cd ${WRKSRC} \
|
||||
&& ${INSTALL_DATA} linsmith_icon.xpm ${PREFIX}/share/pixmaps)
|
||||
&& ${INSTALL_DATA} linsmith_icon.xpm ${STAGEDIR}${PREFIX}/share/pixmaps)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user