blob: bf493d1e1849e41db6ed6b70e85d00395410126d (
plain)
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
30
|
# $FreeBSD$
PORTNAME= ge-x2212
PORTVERSION= 0.0.2010.09.15
CATEGORIES= comms hamradio
MASTER_SITES= http://members.shaw.ca/swstuff/ \
LOCAL/makc
DISTNAME= ${PORTNAME}-2-15sept2010
MAINTAINER= shurd@sasktel.net
COMMENT= EEPROM programmer for GE Phoenix SX Radios
USES= pkgconfig
USE_GNOME= libgnomeui
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-2
PLIST_FILES= bin/ge-x2212-2
PORTDOCS= schematic.txt
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${FILESDIR}/schematic.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>
|