21 lines
346 B
Makefile
21 lines
346 B
Makefile
|
# ex:ts=8
|
||
|
# New ports collection makefile for: libxode
|
||
|
# Date created: May 16, 2001
|
||
|
# Whom: ijliao
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= libxode
|
||
|
PORTVERSION= 0.71
|
||
|
CATEGORIES= textproc
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
INSTALLS_SHLIB= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|