mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
6478ed46be
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1] Requested by: netchild [1] Approved by: netchild (mentor, implicit)
25 lines
495 B
Makefile
25 lines
495 B
Makefile
# New ports collection makefile for: linux-expat
|
|
# Date created: 2003-07-05
|
|
# Whom: trevor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= expat
|
|
PORTVERSION= 1.95.8
|
|
CATEGORIES= textproc linux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-6
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Linux/i386 binary port of Expat XML-parsing library
|
|
|
|
BRANDELF_DIRS= usr/bin
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
INSTALLS_SHLIB= yes
|
|
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|