06b8ec10ef
and remove quotes around COMMENT ok todd@ (MAINTAINER)
24 lines
465 B
Makefile
24 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/07/30 18:07:06 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= talk to modem devices connected via serial port
|
|
|
|
DISTNAME= Device-SerialPort-1.003001
|
|
CATEGORIES= comms
|
|
MODULES= cpan
|
|
|
|
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>
|