mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
20 lines
336 B
Makefile
20 lines
336 B
Makefile
# Created by: CyrilM <cyrilm@tower.pp.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jamlib
|
|
PORTVERSION= 1.4.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= JAM subroutine library
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|