1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/comms/xnecview/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

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= 2
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>