blob: c558699098eb81474e1908e93cbd2d8548305224 (
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
31
|
# $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@FreeBSD.org
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
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${FILESDIR}/schematic.txt ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
|