mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2d8b17ea39
With hat: portmgr
19 lines
354 B
Makefile
19 lines
354 B
Makefile
# Created by: snowchyld
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsrs2
|
|
PORTVERSION= 1.0.18
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.libsrs2.org/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= srs
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Sender Rewriting Scheme 2 C Implementation
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|