mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
316 B
Makefile
19 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>
|