1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/mail/pop3lite/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- 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
2014-09-13 15:11:27 +00:00

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>