Makefile   [plain text]


##
# Makefile for fetchmail
##

# Project info
Project  = fetchmail
UserType = Administration
ToolType = Services
Extra_Configure_Flags = --disable-nls --enable-inet6 --with-ssl \
			--with-kerberos5=/usr --with-kerberos=/usr \
			--with-gssapi=/usr/include
GnuAfterInstall = strip remove-fetchmailconf

# It's a GNU Source project
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/GNUSource.make
Install_Target = install

strip::
	$(STRIP) $(DSTROOT)/usr/bin/fetchmail

# fetchmailconf is a python script, and we don't have python.
remove-fetchmailconf:
	$(RM) $(DSTROOT)/usr/bin/fetchmailconf
	$(RM) $(DSTROOT)/usr/share/man/man1/fetchmailconf.1