19 lines
419 B
Makefile
19 lines
419 B
Makefile
# New ports collection makefile for: openwebmail-devel
|
|
# Date created: 23 October 2004
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 2.51.20050627
|
|
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"
|