- project has moved to SourceForge
- remove obsolete autotools kludge
This commit is contained in:
parent
3d6ea15dc7
commit
8a439a7207
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2003/05/07 11:31:07 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2004/04/18 15:08:28 naddy Exp $
|
||||
|
||||
COMMENT= "enhanced, MIME capable Berkeley Mail"
|
||||
|
||||
DISTNAME= nail-10.5
|
||||
CATEGORIES= mail
|
||||
HOMEPAGE= http://omnibus.ruf.uni-freiburg.de/~gritter/
|
||||
HOMEPAGE= http://nail.sourceforge.net/
|
||||
|
||||
MAINTAINER= Jeffrey Neitzel <jneitzel@bluemarble.net>
|
||||
|
||||
@ -14,8 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ \
|
||||
http://home.bluemarble.net/~jneitzel/nail/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nail/}
|
||||
|
||||
MODULES= iconv
|
||||
|
||||
@ -26,12 +25,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
LIBS="-liconv"
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC}; touch -r configure.in configure.in.stamp
|
||||
|
||||
post-configure:
|
||||
@cd ${WRKSRC}; touch -r configure.in.stamp configure.in
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nail
|
||||
${INSTALL_DATA} ${WRKSRC}/nail.rc ${PREFIX}/share/examples/nail/
|
||||
|
Loading…
Reference in New Issue
Block a user