mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
20 lines
407 B
Makefile
20 lines
407 B
Makefile
|
# New ports collection makefile for: sonicmail
|
||
|
# Date created: 13 September 2000
|
||
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= sonicmail
|
||
|
PORTVERSION= 0.1.2
|
||
|
CATEGORIES= mail
|
||
|
MASTER_SITES= http://download.sourceforge.net/sonicmail/
|
||
|
|
||
|
MAINTAINER= nakai@FreeBSD.org
|
||
|
|
||
|
LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|