1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/mail/jamlib/Makefile
Dmitry Marakasov 8aace5ea6e - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-27 18:24:38 +00:00

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>