mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
33 lines
721 B
Makefile
33 lines
721 B
Makefile
# New ports collection makefile for: xnecview
|
|
# Date created: 2006-03-18
|
|
# Whom: Søren Straarup <xride@x12.dk>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xnecview
|
|
PORTVERSION= 1.35
|
|
PORTREVISION= 5
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://wwwhome.cs.utwente.nl/%7Eptdeboer/ham/xnecview/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= xride@FreeBSD.org
|
|
COMMENT= A X viewer of nec2c data
|
|
|
|
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
|
|
RUN_DEPENDS= nec2c:${PORTSDIR}/comms/nec2c
|
|
|
|
USE_GNOME= gtk20
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
|
|
|
MAN1= xnecview.1
|
|
PLIST_FILES= bin/xnecview
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xnecview ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/xnecview.man ${MANPREFIX}/man/man1/xnecview.1
|
|
|
|
.include <bsd.port.mk>
|