blob: f09ce5ad57ac6affb21cb0286df6c9c1171a21d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: openwebmail-devel
# Date created: 23 October 2004
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 2.50.20050112
MASTER_SITE_SUBDIR= snapshot
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([0-9]*)$/-\1/}
PKGNAMESUFFIX= -devel
MAINTAINER= leeym@FreeBSD.org
MASTERDIR= ${.CURDIR}/../openwebmail
MD5_FILE= ${.CURDIR}/distinfo
CONFLICTS= ${PORTNAME}-[0-9].[0-9][0-9]
.include "${MASTERDIR}/Makefile"
|