1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/graphics/xine/Makefile

30 lines
556 B
Makefile
Raw Normal View History

2000-10-14 10:05:34 +00:00
# New ports collection makefile for: xine
# Date created: 14 Oct 2000
# Whom: alex
#
# $FreeBSD$
#
PORTNAME= xine
PORTVERSION= 0.3.7
2000-10-14 10:05:34 +00:00
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xine
DISTNAME= ${PORTNAME}_${PORTVERSION}
2000-10-14 10:05:34 +00:00
2000-10-15 11:21:16 +00:00
MAINTAINER= roman@xpert.com
2000-10-14 10:05:34 +00:00
USE_LIBTOOL= yes
2000-10-14 10:05:34 +00:00
USE_X_PREFIX= yes
USE_IMLIB= yes
CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/win32
2000-10-14 10:05:34 +00:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= xine.1
post-install:
@${CAT} ${PKGMESSAGE}
2000-10-14 10:05:34 +00:00
.include <bsd.port.mk>