openbsd-ports/comms/p5-Device-SerialPort/Makefile

26 lines
497 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2010/12/03 11:44:23 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= talk to modem devices connected via serial port
DISTNAME= Device-SerialPort-1.003001
REVISION= 2
2007-01-23 17:30:51 -05:00
CATEGORIES= comms
MODULES= cpan
2010-10-18 12:52:44 -04:00
USE_GROFF = Yes
MAINTAINER= Todd T. Fries <todd@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.if ${MACHINE_ARCH} == "sparc"
CONFIGURE_ARGS= TESTPORT=/dev/cuaa
.endif
.include <bsd.port.mk>