mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
23 lines
438 B
Makefile
23 lines
438 B
Makefile
# New ports collection makefile for: nbsmtp
|
|
# Date created: 5 May 2001
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nbsmtp
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://physeeks.dyndns.org:8000/download/ \
|
|
ftp://ftp.nuug.no/pub/anders/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nbsmtp ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|