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