mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
8aace5ea6e
- Strip libraries
20 lines
338 B
Makefile
20 lines
338 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= A JAM subroutine library
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|