blob: f49dd8befe1350bd688bbef4edf46fcc94bb92f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: xnecview
# Date created: 2006-03-18
# Whom: Søren Straarup <xride@x12.dk>
#
# $FreeBSD$
PORTNAME= xnecview
PORTVERSION= 1.36
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
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>
|