18 lines
316 B
Makefile
18 lines
316 B
Makefile
# Created by: CyrilM <cyrilm@tower.pp.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jamlib
|
|
PORTVERSION= 1.4.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A JAM subroutine library
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|