mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
22 lines
397 B
Makefile
22 lines
397 B
Makefile
# Created by: George Reid <greid@ukug.uk.freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pop3lite
|
|
PORTVERSION= 0.2.4a
|
|
PORTREVISION= 5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Flexible, modular RFC-compliant POP3 daemon
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
USES= gmake libtool
|
|
USE_GNOME= glib12
|
|
USE_LDCONFIG= yes
|
|
|
|
INFO= pop3lite-admin
|
|
|
|
.include <bsd.port.mk>
|