freebsd-ports/devel/srecord/Makefile
Ying-Chieh Liao 3fe4538d37 upgrade to 1.38
Submitted by:	maintainer via irc
2008-01-16 23:56:21 +00:00

63 lines
1.1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: srecord
# Date Created: Aug 13, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= srecord
PORTVERSION= 1.38
CATEGORIES= devel
MASTER_SITES= SF \
http://srecord.sourceforge.net/
MAINTAINER= abwang@gmail.com
COMMENT= A collection of powerful tools for manipulating EPROM load files
GNU_CONFIGURE= yes
PLIST_FILES= bin/srec_cat \
bin/srec_cmp \
bin/srec_info
MAN1= srec_cat.1 \
srec_cmp.1 \
srec_examples.1 \
srec_info.1 \
srec_input.1 \
srec_license.1
MAN5= srec_aomf.5 \
srec_ascii_hex.5 \
srec_atmel_generic.5 \
srec_binary.5 \
srec_brecord.5 \
srec_cosmac.5 \
srec_dec_binary.5 \
srec_emon52.5 \
srec_fairchild.5 \
srec_fastload.5 \
srec_formatted_binary.5 \
srec_fpc.5 \
srec_intel.5 \
srec_intel16.5 \
srec_mos_tech.5 \
srec_motorola.5 \
srec_needham.5 \
srec_os65v.5 \
srec_signetics.5 \
srec_spasm.5 \
srec_spectrum.5 \
srec_stewie.5 \
srec_tektronix.5 \
srec_tektronix_extended.5 \
srec_ti_tagged.5 \
srec_ti_tagged_16.5 \
srec_ti_txt.5 \
srec_vmem.5 \
srec_wilson.5
test:
@cd ${WRKSRC} && ${MAKE} sure
.include <bsd.port.mk>